summaryrefslogtreecommitdiffstats
path: root/mpcommon.mak
diff options
context:
space:
mode:
Diffstat (limited to 'mpcommon.mak')
-rw-r--r--mpcommon.mak5
1 files changed, 0 insertions, 5 deletions
diff --git a/mpcommon.mak b/mpcommon.mak
index 093855ef8f..e439eb26ad 100644
--- a/mpcommon.mak
+++ b/mpcommon.mak
@@ -7,11 +7,6 @@ OBJS2 = $(addsuffix .o, $(basename $(SRCS2)) )
CFLAGS += -I. -I.. $(OPTFLAGS)
-.SUFFIXES: .c .o
-
-.c.o:
- $(CC) -c $(CFLAGS) -o $@ $<
-
LIBS = $(LIBNAME) $(LIBNAME2)
all: $(LIBS)