summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2011-06-24 19:53:28 +0200
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2011-06-25 19:15:39 +0200
commitfe343286ec5564606f29aa94848bc5dc3b2b3709 (patch)
treee5cbd17fde769cd7bc0dc0ecfb096fce7d402c46 /Makefile
parent392aa6e444f13aaddcf3d215b1058640a2ada846 (diff)
downloadffmpeg-fe343286ec5564606f29aa94848bc5dc3b2b3709.tar.gz
Restore some more rules to common.mak to improve building in subdirs.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 966afc636b..8b3a51fb6f 100644
--- a/Makefile
+++ b/Makefile
@@ -7,9 +7,6 @@ vpath %.asm $(SRC_PATH)
vpath %.v $(SRC_PATH)
vpath %.texi $(SRC_PATH)
-# Do not delete intermediate files from chains of implicit rules
-$(OBJS):
-
PROGS-$(CONFIG_FFMPEG) += ffmpeg
PROGS-$(CONFIG_FFPLAY) += ffplay
PROGS-$(CONFIG_FFPROBE) += ffprobe
@@ -153,13 +150,5 @@ check: test
include doc/Makefile
include tests/Makefile
-# Dummy rule to stop make trying to rebuild removed or renamed headers
-%.h:
- @:
-
-# Disable suffix rules. Most of the builtin rules are suffix rules,
-# so this saves some time on slow systems.
-.SUFFIXES:
-
.PHONY: all alltools *clean check config examples install*
.PHONY: testprogs uninstall*