[Ffmpeg-cvslog] r6144 - trunk/Makefile
diego
subversion
Thu Aug 31 20:30:41 CEST 2006
Author: diego
Date: Thu Aug 31 20:30:41 2006
New Revision: 6144
Modified:
trunk/Makefile
Log:
Some gcc versions dislike version.h to appear in the list of files to
compile dependencies for.
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Aug 31 20:30:41 2006
@@ -210,7 +210,7 @@
endif
.depend: $(SRCS) version.h
- $(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $^ 1>.depend
+ $(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $(SRCS) 1>.depend
.libs: lib
@test -f .libs || touch .libs
More information about the ffmpeg-cvslog
mailing list