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 f011e51..47792a0 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