OSDN Git Service

Skip adding SDL_CFLAGS to CFLAGS for the ffplay.d target.
authorDiego Biurrun <diego@biurrun.de>
Tue, 17 Aug 2010 14:58:44 +0000 (14:58 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 17 Aug 2010 14:58:44 +0000 (14:58 +0000)
We no longer create .d files directly, so the rule is pointless.

Originally committed as revision 24805 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index 9f1aa2f..a66d6c8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ tools/%$(EXESUF): tools/%.o
 tools/%.o: tools/%.c
        $(CC) $(CPPFLAGS) $(CFLAGS) $(CC_O) $<
 
-ffplay.o ffplay.d: CFLAGS += $(SDL_CFLAGS)
+ffplay.o: CFLAGS += $(SDL_CFLAGS)
 
 VERSION_SH  = $(SRC_PATH_BARE)/version.sh
 GIT_LOG     = $(SRC_PATH_BARE)/.git/logs/HEAD