svn commit: samba r13819 - branches/SAMBA_3_0/source trunk/source

lmuelle at samba.org lmuelle at samba.org
Fri Mar 3 18:10:27 GMT 2006


Author: lmuelle
Date: 2006-03-03 18:10:26 +0000 (Fri, 03 Mar 2006)
New Revision: 13819

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

Log:
Remove accidently with rev 13713 submitted and never used MY_FLAGS
variable.

Modified:
   branches/SAMBA_3_0/source/Makefile.in
   trunk/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2006-03-03 17:44:03 UTC (rev 13818)
+++ branches/SAMBA_3_0/source/Makefile.in	2006-03-03 18:10:26 UTC (rev 13819)
@@ -819,7 +819,7 @@
 	@if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \
 	 dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi
 	@echo Compiling $*.c
-	@$(CC) -I. -I$(srcdir) $(FLAGS) $(MY_FLAGS) @PIE_CFLAGS@ -c $< \
+	@$(CC) -I. -I$(srcdir) $(FLAGS) @PIE_CFLAGS@ -c $< \
 	  -o $@ 
 @BROKEN_CC@	-mv `echo $@ | sed 's%^.*/%%g'` $@
 

Modified: trunk/source/Makefile.in
===================================================================
--- trunk/source/Makefile.in	2006-03-03 17:44:03 UTC (rev 13818)
+++ trunk/source/Makefile.in	2006-03-03 18:10:26 UTC (rev 13819)
@@ -835,7 +835,7 @@
 	@if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \
 	 dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi
 	@echo Compiling $*.c
-	@$(CC) -I. -I$(srcdir) $(FLAGS) $(MY_FLAGS) @PIE_CFLAGS@ -c $< \
+	@$(CC) -I. -I$(srcdir) $(FLAGS) @PIE_CFLAGS@ -c $< \
 	  -o $@ 
 @BROKEN_CC@	-mv `echo $@ | sed 's%^.*/%%g'` $@
 



More information about the samba-cvs mailing list