summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mak b/common.mak
index e868a2849c..dbd76dbe56 100644
--- a/common.mak
+++ b/common.mak
@@ -66,7 +66,7 @@ uninstall: uninstall-libs uninstall-headers
.SUFFIXES:
# Do not delete intermediate files from chains of implicit rules
-.SECONDARY:
+$(OBJS):
endif
OBJS-$(HAVE_MMX) += $(MMX-OBJS-yes)