From baf7744d5376afdd542039c4dbac077364687686 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 20 Sep 2010 20:26:04 +0000 Subject: Makefile: Remove remnants of explicit dependency file generation Dependency files are now generated as a side effect of compilation, and have no independent creation rules. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32327 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 34fba9af90..8c5855b7a5 100644 --- a/Makefile +++ b/Makefile @@ -752,7 +752,7 @@ checkheaders: $(ALLHEADERS:.h=.ho) # Make sure all generated header files are created. codec-cfg.d codec-cfg.o: codecs.conf.h -$(call ADDSUFFIXES,.d .o,mpcommon osdep/mplayer-rc): version.h +mpcommon.o osdep/mplayer-rc.o: version.h # Files that depend on libswscale internals libmpcodecs/vf_palette.o: CFLAGS := -I$(FFMPEG_SOURCE_PATH) $(CFLAGS) @@ -785,10 +785,9 @@ VIDIX_PCI_FILES = vidix/pci_dev_ids.c vidix/pci_ids.h vidix/pci_names.c \ $(VIDIX_PCI_FILES): vidix/pci_db2c.awk vidix/pci.db awk -f $^ $(VIDIX_PCIDB) -VIDIX_DEPS = $(filter vidix/%,$(SRCS_MPLAYER:.c=.d)) VIDIX_OBJS = $(filter vidix/%,$(SRCS_MPLAYER:.c=.o)) -$(VIDIX_DEPS) $(VIDIX_OBJS): $(VIDIX_PCI_FILES) +$(VIDIX_OBJS): $(VIDIX_PCI_FILES) -- cgit v1.2.3