From b9c6c7cb25932b594fd684a0cb553e439d49fe12 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Mon, 6 Jun 2011 21:46:18 +0100 Subject: build: remove empty $(OBJS) target This target was added to prevent some files being deleted by make when using chains of implicit rules. This is no longer required. Signed-off-by: Mans Rullgard --- common.mak | 2 -- 1 file changed, 2 deletions(-) (limited to 'common.mak') diff --git a/common.mak b/common.mak index 3fbf1a7629..b5ccadbe6e 100644 --- a/common.mak +++ b/common.mak @@ -58,8 +58,6 @@ HOSTCFLAGS += $(IFLAGS) # so this saves some time on slow systems. .SUFFIXES: -# Do not delete intermediate files from chains of implicit rules -$(OBJS): endif OBJS-$(HAVE_MMX) += $(MMX-OBJS-yes) -- cgit v1.2.3