From 451db9832c5604d02c8c876f9b3180fd7102b0a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Tue, 9 Mar 2010 14:58:18 +0000 Subject: Simplify static/shared build rules Originally committed as revision 22394 to svn://svn.ffmpeg.org/ffmpeg/trunk --- common.mak | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common.mak') diff --git a/common.mak b/common.mak index 4094ef198b..4028022808 100644 --- a/common.mak +++ b/common.mak @@ -2,7 +2,8 @@ # common bits used by all libraries # -all: # make "all" default target +# first so "all" becomes default target +all: all-yes ifndef SUBDIR vpath %.c $(SRC_DIR) @@ -59,6 +60,7 @@ $(BUILD_ROOT_REL)/version.h: $(SRC_PATH_BARE)/version.sh config.mak $< $(SRC_PATH) $@ $(EXTRA_VERSION) install: install-libs install-headers +install-libs: install-libs-yes uninstall: uninstall-libs uninstall-headers -- cgit v1.2.3