svn commit: samba r14558 - in branches/SAMBA_4_0/source/heimdal_build: .

jelmer at samba.org jelmer at samba.org
Sun Mar 19 03:39:48 GMT 2006


Author: jelmer
Date: 2006-03-19 03:39:48 +0000 (Sun, 19 Mar 2006)
New Revision: 14558

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14558

Log:
Another two more static dependencies...

Modified:
   branches/SAMBA_4_0/source/heimdal_build/asn1_deps.pl
   branches/SAMBA_4_0/source/heimdal_build/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/asn1_deps.pl
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/asn1_deps.pl	2006-03-19 03:24:46 UTC (rev 14557)
+++ branches/SAMBA_4_0/source/heimdal_build/asn1_deps.pl	2006-03-19 03:39:48 UTC (rev 14558)
@@ -21,8 +21,9 @@
 }
 
 my $header = "$dirname/$prefix.h";
+my $short_header = "$prefix.h";
 
-print "$header: $file bin/asn1_compile\n";
+print "$short_header $header: $file bin/asn1_compile\n";
 print "\t\@echo \"Compiling ASN1 file $file\"\n";
 print "\t\@cd $dirname && ../../../bin/asn1_compile $options $basename $prefix\n\n";
 

Modified: branches/SAMBA_4_0/source/heimdal_build/config.mk
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/config.mk	2006-03-19 03:24:46 UTC (rev 14557)
+++ branches/SAMBA_4_0/source/heimdal_build/config.mk	2006-03-19 03:39:48 UTC (rev 14558)
@@ -441,7 +441,6 @@
 heimdal/lib/gssapi/asn1_NegTokenTarg.c: heimdal/lib/gssapi/spnego_asn1.h
 heimdal/lib/gssapi/asn1_NegotiationToken.c: heimdal/lib/gssapi/spnego_asn1.h
 
-
 clean::	
 	@-rm -f heimdal/lib/roken/vis.h heimdal/lib/roken/err.h
 	@-rm -f heimdal/lib/asn1/asn1_err.{c,h}



More information about the samba-cvs mailing list