From a48289c7b7ceb392d2d077dc46325e63a1a4ea08 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sat, 31 Oct 2009 15:58:39 +0000 Subject: [PATCH] Makefile cosmetics Originally committed as revision 20422 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f011e51b4..47792a0ac 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 -- 2.11.0