[FFmpeg-cvslog] r10839 - trunk/Makefile

diego subversion
Mon Oct 22 19:21:38 CEST 2007


Author: diego
Date: Mon Oct 22 19:21:38 2007
New Revision: 10839

Log:
Further simplify install-progs dependencies, no need to duplicate PROGS.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Mon Oct 22 19:21:38 2007
@@ -140,7 +140,7 @@ doc/%.1: doc/%.pod
 install: install-progs install-libs install-headers $(INSTALL_TARGETS-yes)
 
 ifeq ($(BUILD_SHARED),yes)
-install-progs: $(PROGS) install-libs
+install-progs: install-libs
 endif
 install-progs: $(PROGS)
 	install -d "$(BINDIR)"




More information about the ffmpeg-cvslog mailing list