diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-09-15 10:02:04 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-09-15 10:02:04 -0700 |
commit | efe9f952504a5a3114cada5f0caed315c4bc654d (patch) | |
tree | 158ae6f521152da00b0bd008aaef2a84e6656259 /source4/heimdal_build/asn1_deps.pl | |
parent | 5464ce6df678a6ce3022f4a30fd9553996cefb69 (diff) | |
parent | 8fa5e567e76d4edb818d4cd88886918470d78ad1 (diff) | |
download | samba-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-x | source4/heimdal_build/asn1_deps.pl | 2 |
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"; |