diff options
author | Måns Rullgård <mans@mansr.com> | 2009-10-31 15:58:39 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-10-31 15:58:39 +0000 |
commit | a48289c7b7ceb392d2d077dc46325e63a1a4ea08 (patch) | |
tree | e43ef99ccd218e25d6e0d58c136e06dd8d247410 /Makefile | |
parent | 083c5a48ece9a6f316c49f383fa056279c811fd6 (diff) | |
download | ffmpeg-a48289c7b7ceb392d2d077dc46325e63a1a4ea08.tar.gz |
Makefile cosmetics
Originally committed as revision 20422 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ FF_DEP_LIBS := $(DEP_LIBS) ALL_TARGETS-$(BUILD_DOC) += documentation -ifneq ($(PROGS),) +ifdef PROGS INSTALL_TARGETS-yes += install-progs install-data INSTALL_TARGETS-$(BUILD_DOC) += install-man endif |