[Ffmpeg-cvslog] r5510 - trunk/Makefile
diego
subversion
Thu Jun 22 23:28:30 CEST 2006
Author: diego
Date: Thu Jun 22 23:28:30 2006
New Revision: 5510
Modified:
trunk/Makefile
Log:
.depend needs version.h, noticed by Uoti Urpala
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Jun 22 23:28:30 2006
@@ -199,7 +199,7 @@
$(MAKE) -C vhook depend
endif
-.depend: $(SRCS)
+.depend: $(SRCS) version.h
$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $^ 1>.depend
.libs: lib
More information about the ffmpeg-cvslog
mailing list