From d226b09b2cdfaad0face62079a586ae877355dd9 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 6 Apr 2010 10:08:19 +0000 Subject: Generate dependency information as a sideeffect of compilation. This speeds up compilation times, simplifies the code and fixes dependency file generation in libav*. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31026 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0f0d64c519..6d67abaeb6 100644 --- a/Makefile +++ b/Makefile @@ -831,15 +831,6 @@ FFMPEGFILES = $(foreach part, $(FFMPEGPARTS), $(wildcard $(part)/*.[chS] $(part) all: $(ALL_PRG-yes) -%.d: %.c - $(MPDEPEND_CMD) > $@ - -%.d: %.cpp - $(MPDEPEND_CMD_CXX) > $@ - -%.d: %.m - $(MPDEPEND_CMD) > $@ - %.ho: %.h $(CC) $(CFLAGS) -Wno-unused -c -o $@ -x c $< -- cgit v1.2.3