[FFmpeg-cvslog] r10838 - trunk/Makefile

diego subversion
Mon Oct 22 19:15:12 CEST 2007


Author: diego
Date: Mon Oct 22 19:15:12 2007
New Revision: 10838

Log:
Simplify install-progs prerequisite declaration.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Mon Oct 22 19:15:12 2007
@@ -141,9 +141,8 @@ install: install-progs install-libs inst
 
 ifeq ($(BUILD_SHARED),yes)
 install-progs: $(PROGS) install-libs
-else
-install-progs: $(PROGS)
 endif
+install-progs: $(PROGS)
 	install -d "$(BINDIR)"
 	install -c -m 755 $(PROGS) "$(BINDIR)"
 




More information about the ffmpeg-cvslog mailing list