svn commit: samba r18282 - in branches/SAMBA_4_0/source: .

tridge at samba.org tridge at samba.org
Sat Sep 9 02:35:39 GMT 2006


Author: tridge
Date: 2006-09-09 02:35:38 +0000 (Sat, 09 Sep 2006)
New Revision: 18282

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

Log:

dynconfig.o build rule needs cflags.pl too

Modified:
   branches/SAMBA_4_0/source/dynconfig.mk


Changeset:
Modified: branches/SAMBA_4_0/source/dynconfig.mk
===================================================================
--- branches/SAMBA_4_0/source/dynconfig.mk	2006-09-09 02:32:12 UTC (rev 18281)
+++ branches/SAMBA_4_0/source/dynconfig.mk	2006-09-09 02:35:38 UTC (rev 18282)
@@ -14,7 +14,7 @@
 
 ./dynconfig.o: dynconfig.c Makefile
 	@echo Compiling $<
-	@$(CC) $(CFLAGS) $(PICFLAG) $(PATH_FLAGS) -c $< -o $@
+	@$(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) $(PATH_FLAGS) -c $< -o $@
 
 # dynconfig defines used for binaries in bin/, when configure ran in developer 
 # mode:



More information about the samba-cvs mailing list