From e273b0389f062e6ac72c4baa205b1388b9184b26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Wed, 28 Oct 2009 20:46:21 +0000 Subject: Makefile cosmetics Originally committed as revision 20410 to svn://svn.ffmpeg.org/ffmpeg/trunk --- subdir.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subdir.mak') diff --git a/subdir.mak b/subdir.mak index d89573904e..eb9a70f97f 100644 --- a/subdir.mak +++ b/subdir.mak @@ -5,7 +5,7 @@ include $(SUBDIR)../common.mak LIBVERSION := $(lib$(NAME)_VERSION) LIBMAJOR := $(lib$(NAME)_VERSION_MAJOR) -ifeq ($(CONFIG_STATIC),yes) +ifdef CONFIG_STATIC all: $(SUBDIR)$(LIBNAME) install-libs: install-lib$(NAME)-static -- cgit v1.2.3