summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-09-15 07:48:50 +0200
committerStefan Metzmacher <metze@samba.org>2009-09-15 07:49:26 +0200
commitf07e77e13ff86c76644660e2d574e663c9ffdeb8 (patch)
tree334aa67ac9154a7506c9ae18c6114686d8881939 /source4
parentffe831452b4251dec3049ab08b125d1fade5fa21 (diff)
downloadsamba-f07e77e13ff86c76644660e2d574e663c9ffdeb8.tar.gz
samba-f07e77e13ff86c76644660e2d574e663c9ffdeb8.tar.bz2
samba-f07e77e13ff86c76644660e2d574e663c9ffdeb8.zip
s4:heimdal_build: fix one more problem with automatic dependecies
metze
Diffstat (limited to 'source4')
-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";