summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/asn1_deps.pl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-09-15 10:02:04 -0700
committerAndrew Tridgell <tridge@samba.org>2009-09-15 10:02:04 -0700
commitefe9f952504a5a3114cada5f0caed315c4bc654d (patch)
tree158ae6f521152da00b0bd008aaef2a84e6656259 /source4/heimdal_build/asn1_deps.pl
parent5464ce6df678a6ce3022f4a30fd9553996cefb69 (diff)
parent8fa5e567e76d4edb818d4cd88886918470d78ad1 (diff)
downloadsamba-efe9f952504a5a3114cada5f0caed315c4bc654d.tar.gz
samba-efe9f952504a5a3114cada5f0caed315c4bc654d.tar.bz2
samba-efe9f952504a5a3114cada5f0caed315c4bc654d.zip
Merge branch 'master' of /home/tridge/samba/git/combined
Diffstat (limited to 'source4/heimdal_build/asn1_deps.pl')
-rwxr-xr-xsource4/heimdal_build/asn1_deps.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal_build/asn1_deps.pl b/source4/heimdal_build/asn1_deps.pl
index 504f66d535..b71abc72c5 100755
--- a/source4/heimdal_build/asn1_deps.pl
+++ b/source4/heimdal_build/asn1_deps.pl
@@ -31,7 +31,7 @@ my $output_file = "$dirname/" . $prefix . "_asn1_files";
print "basics:: $header\n";
print "$output_file: \$(heimdalsrcdir)/$file \$(ASN1C)\n";
print "\t\@echo \"Compiling ASN1 file \$(heimdalsrcdir)/$file\"\n";
-print "\t\@\$(heimdalbuildsrcdir)/asn1_compile_wrapper.sh \$(builddir) $dirname \$(ASN1C) \$(call abspath,\$(heimdalsrcdir)/$file) $prefix $options --one-code-file\n\n";
+print "\t\@\$(heimdalbuildsrcdir)/asn1_compile_wrapper.sh \$(builddir) $dirname \$(ASN1C) \$(call abspath,\$(heimdalsrcdir)/$file) $prefix $options --one-code-file && touch $output_file\n";
print "$headerx: $output_file\n";
print "$header: $headerx\n";
print "\t\@cp $headerx $header\n";