[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-292-gd1457b6

Stefan Metzmacher metze at samba.org
Mon Sep 14 02:03:44 MDT 2009


The branch, master has been updated
       via  d1457b6648643eb177d29f4307b9ca88230fb72f (commit)
      from  e29cbda452096ff6b8ce415aa4f0e4c4da675019 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit d1457b6648643eb177d29f4307b9ca88230fb72f
Author: Stefan Metzmacher <metze at samba.org>
Date:   Mon Sep 14 09:58:19 2009 +0200

    s4:heimdal_build: fix the build with --enable-automatic-dependencies
    
    We need to create the header file before we generate the source file.
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 source4/heimdal_build/asn1_deps.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/heimdal_build/asn1_deps.pl b/source4/heimdal_build/asn1_deps.pl
index 3b18755..504f66d 100755
--- a/source4/heimdal_build/asn1_deps.pl
+++ b/source4/heimdal_build/asn1_deps.pl
@@ -35,7 +35,7 @@ print "\t\@\$(heimdalbuildsrcdir)/asn1_compile_wrapper.sh \$(builddir) $dirname
 print "$headerx: $output_file\n";
 print "$header: $headerx\n";
 print "\t\@cp $headerx $header\n";
-print "$x_file: $output_file\n";
+print "$x_file: $header\n";
 print "$c_file: $x_file\n";
 print "\t\@echo \"#include \\\"config.h\\\"\" > $c_file && cat $x_file >> $c_file\n\n";
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list