[Ffmpeg-cvslog] CVS: ffmpeg/vhook Makefile,1.30,1.31

Måns Rullgård CVS mru
Fri Mar 24 21:34:02 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/vhook
In directory mail:/var2/tmp/cvs-serv23087

Modified Files:
	Makefile 
Log Message:
make install target depend on vhooks


Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/vhook/Makefile,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- Makefile	26 Jan 2006 23:42:30 -0000	1.30
+++ Makefile	24 Mar 2006 20:34:00 -0000	1.31
@@ -26,7 +26,7 @@
 depend: $(SRCS)
 	$(CC) -MM $(CFLAGS) $^ 1>.depend
 
-install:
+install: $(HOOKS)
 	install -d "$(libdir)/vhook"
 	install -m 755 $(HOOKS) "$(libdir)/vhook"
 





More information about the ffmpeg-cvslog mailing list