1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r13819: Remove accidently with rev 13713 submitted and never used MY_FLAGS

variable.
(This used to be commit 8f48c6d1e5)
This commit is contained in:
Lars Müller 2006-03-03 18:10:26 +00:00 committed by Gerald (Jerry) Carter
parent bf565b7b7b
commit 867365fa8a

View File

@ -819,7 +819,7 @@ MAKEDIR = || exec false; \
@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'` $@