]> git.sesse.net Git - ffmpeg/commitdiff
Makefile cosmetics
authorMåns Rullgård <mans@mansr.com>
Sat, 31 Oct 2009 15:58:39 +0000 (15:58 +0000)
committerMåns Rullgård <mans@mansr.com>
Sat, 31 Oct 2009 15:58:39 +0000 (15:58 +0000)
Originally committed as revision 20422 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index f011e51b4b1c8ff22a9e3f03fd67e9379c825a48..47792a0acab8c4465dc94f06553fa1e4b037a697 100644 (file)
--- 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