summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-10-31 15:58:39 +0000
committerMåns Rullgård <mans@mansr.com>2009-10-31 15:58:39 +0000
commita48289c7b7ceb392d2d077dc46325e63a1a4ea08 (patch)
treee43ef99ccd218e25d6e0d58c136e06dd8d247410 /Makefile
parent083c5a48ece9a6f316c49f383fa056279c811fd6 (diff)
Makefile cosmetics
Originally committed as revision 20422 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f011e51b4b..47792a0aca 100644
--- a/Makefile
+++ b/Makefile
@@ -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