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:
parent
2c00bd4255
commit
8f59c51bb1
5 changed files with 282 additions and 2 deletions
|
@ -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; \\"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue