Mercurial > sdl-ios-xcode
changeset 1522:1078552c83a0
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 14 Mar 2006 03:04:50 +0000 |
parents | 9b9212e4810c |
children | 21b1fbb53f4a |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Tue Mar 14 02:46:26 2006 +0000 +++ b/Makefile.in Tue Mar 14 03:04:50 2006 +0000 @@ -61,7 +61,7 @@ @for src in $(SDLMAIN_SOURCES); do \ obj=`echo $$src | sed -e 's|.*/||' -e 's|\.[^\.]*$$|.o|'`; \ echo "$(objects)/$$obj: $$src" >>$(depend); \ - echo " \$$(CC) \$$(CFLAGS) -c $$src -o \$$@" >>$(depend); \ + echo " \$$(CC) \$$(CFLAGS) \$$(EXTRA_CFLAGS) -c $$src -o \$$@" >>$(depend); \ done include $(depend)