makemake.tcl (emit_package_rule): Emit command to create target directory.
* scripts/makemake.tcl (emit_package_rule): Emit command to create target directory. * Makefile.am (%.lo): Don't create it here. * sources.am, Makefile.in: Regenerated. From-SVN: r102096
This commit is contained in:
committed by
Andreas Schwab
parent
2c00bd4255
commit
8f59c51bb1
@@ -239,6 +239,7 @@ proc emit_package_rule {package} {
|
||||
|
||||
# A rule to make the phony file we are going to compile.
|
||||
puts "$lname: \$($varname)"
|
||||
puts "\t@\$(mkinstalldirs) \$(dir \$@)"
|
||||
puts "\t@for file in \$($varname); do \\"
|
||||
puts "\t if test -f \$(srcdir)/\$\$file; then \\"
|
||||
puts "\t echo \$(srcdir)/\$\$file; \\"
|
||||
|
||||
Reference in New Issue
Block a user