[Ffmpeg-cvslog] r6540 - trunk/vhook/Makefile
diego
subversion
Tue Oct 3 19:47:25 CEST 2006
Author: diego
Date: Tue Oct 3 19:47:25 2006
New Revision: 6540
Modified:
trunk/vhook/Makefile
Log:
make dep should also work.
Modified: trunk/vhook/Makefile
==============================================================================
--- trunk/vhook/Makefile (original)
+++ trunk/vhook/Makefile Tue Oct 3 19:47:25 2006
@@ -24,7 +24,7 @@
all: $(HOOKS)
-depend: $(SRCS)
+depend dep: $(SRCS)
$(CC) -MM $(CFLAGS) $^ 1>.depend
install: $(HOOKS)
More information about the ffmpeg-cvslog
mailing list