Browse code

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 <mans@mansr.com>

Mans Rullgard authored on 2011/06/07 05:46:18
Showing 1 changed files
... ...
@@ -58,8 +58,6 @@ HOSTCFLAGS += $(IFLAGS)
58 58
 # so this saves some time on slow systems.
59 59
 .SUFFIXES:
60 60
 
61
-# Do not delete intermediate files from chains of implicit rules
62
-$(OBJS):
63 61
 endif
64 62
 
65 63
 OBJS-$(HAVE_MMX) +=  $(MMX-OBJS-yes)