aboutsummaryrefslogtreecommitdiff
path: root/libjava/scripts/makemake.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/scripts/makemake.tcl')
-rwxr-xr-xlibjava/scripts/makemake.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/scripts/makemake.tcl b/libjava/scripts/makemake.tcl
index 0a87fb5..4602201 100755
--- a/libjava/scripts/makemake.tcl
+++ b/libjava/scripts/makemake.tcl
@@ -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; \\"