Browse Source

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>
tags/n0.8
Mans Rullgard 14 years ago
parent
commit
b9c6c7cb25
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      common.mak

+ 0
- 2
common.mak View 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)


Loading…
Cancel
Save