diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-10-22 17:21:38 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-10-22 17:21:38 +0000 |
commit | e1a3a63f1383c8971b5ec1f2fd771e9edd31c92e (patch) | |
tree | 678a56bfce2d305a0f48c40f89744823394bb2bb /Makefile | |
parent | c4fa7ebcdac8121471e73d2870e94591937ead13 (diff) | |
download | ffmpeg-e1a3a63f1383c8971b5ec1f2fd771e9edd31c92e.tar.gz |
Further simplify install-progs prerequisites, no need to duplicate PROGS.
Originally committed as revision 10839 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)" |