OSDN Git Service

Simplify install-progs prerequisite declaration.
authorDiego Biurrun <diego@biurrun.de>
Mon, 22 Oct 2007 17:15:12 +0000 (17:15 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 22 Oct 2007 17:15:12 +0000 (17:15 +0000)
Originally committed as revision 10838 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index 2951ebc..6d0ffb6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -141,9 +141,8 @@ install: install-progs install-libs install-headers $(INSTALL_TARGETS-yes)
 
 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)"