s4:heimdal_build: fix one more problem with automatic dependecies
authorStefan Metzmacher <metze@samba.org>
Tue, 15 Sep 2009 05:48:50 +0000 (07:48 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 15 Sep 2009 05:49:26 +0000 (07:49 +0200)
metze

source4/heimdal_build/asn1_deps.pl

index 504f66d535ab115d85aba569b25d3a53f3264972..b71abc72c51f200e61ec011640fbf012e9a08a48 100755 (executable)
@@ -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";