diff options
author | Måns Rullgård <mans@mansr.com> | 2009-10-28 20:46:21 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-10-28 20:46:21 +0000 |
commit | e273b0389f062e6ac72c4baa205b1388b9184b26 (patch) | |
tree | 0ef2ffa6d8744b28ca84e6d238c8937909fbbabd /subdir.mak | |
parent | 0956bc9b8373e7e0a7d1e00cf59811fb08aa2c20 (diff) | |
download | ffmpeg-e273b0389f062e6ac72c4baa205b1388b9184b26.tar.gz |
Makefile cosmetics
Originally committed as revision 20410 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'subdir.mak')
-rw-r--r-- | subdir.mak | 2 |
1 files changed, 1 insertions, 1 deletions
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 |