summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-06-06 21:46:18 +0100
committerMans Rullgard <mans@mansr.com>2011-06-07 01:28:40 +0100
commitb9c6c7cb25932b594fd684a0cb553e439d49fe12 (patch)
tree912249b7e75115dd65c5f1ff2768d3e206299228 /common.mak
parent6d170962bd611d6336362d5da067d5a757d627f7 (diff)
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>
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak2
1 files changed, 0 insertions, 2 deletions
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)