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:
Andreas Schwab 2005-07-16 17:40:00 +00:00 committed by Andreas Schwab
parent 2c00bd4255
commit 8f59c51bb1
5 changed files with 282 additions and 2 deletions

View file

@ -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; \\"