diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-02-11 17:15:11 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-02-11 17:15:11 +0000 |
commit | 1eb17b3c35567f5bdb03df2b8118229149e29a48 (patch) | |
tree | 30585fc02899785aeca10e26563394c039407c0e | |
parent | 81dcdc53a37d81d12942ab46878a3f810615f074 (diff) | |
download | ffmpeg-1eb17b3c35567f5bdb03df2b8118229149e29a48.tar.gz |
The install-progs target should depend on $(PROG).
Originally committed as revision 4979 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ install: all install-progs install-man $(INSTALLVHOOK) $(MAKE) -C libavcodec install $(MAKE) -C libavformat install -install-progs: +install-progs: $(PROG) install -d "$(bindir)" install -c $(INSTALLSTRIP) -m 755 $(PROG) "$(bindir)" |