summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-02 12:08:25 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-02 12:08:25 +0000
commitc00059b047ecd4b8c0423abf06b3d43af02c3059 (patch)
treec9376a1e4a1765e56d61539044322eb0cd5963b9 /Makefile
parent44e2adf8d30a9d63bcedc427230e5321bad90b92 (diff)
downloadmpv-c00059b047ecd4b8c0423abf06b3d43af02c3059.tar.bz2
mpv-c00059b047ecd4b8c0423abf06b3d43af02c3059.tar.xz
Remove suffix rules that are just copies of make builtin rules.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21436 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 64c9dbcd67..3348f9273c 100644
--- a/Makefile
+++ b/Makefile
@@ -140,13 +140,8 @@ ALL_PRG += $(ALL_PRG-yes)
COMMON_LIBS += osdep/libosdep.a
-.SUFFIXES: .cc .c .o
-
all: $(ALL_PRG)
-.c.o:
- $(CC) -c $(CFLAGS) -o $@ $<
-
libaf/libaf.a:
$(MAKE) -C libaf