build: remove empty $(OBJS) target
authorMans Rullgard <mans@mansr.com>
Mon, 6 Jun 2011 20:46:18 +0000 (21:46 +0100)
committerMans Rullgard <mans@mansr.com>
Tue, 7 Jun 2011 00:28:40 +0000 (01:28 +0100)
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 <mans@mansr.com>
common.mak

index 3fbf1a7..b5ccadb 100644 (file)
@@ -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)