diff Makefile @ 32243:aca04baf0951

Remove remnants of explicit dependency file generation. Dependency files are now generated as a side-effect of compilation.
author diego
date Mon, 20 Sep 2010 20:26:04 +0000
parents 7583077e9db1
children f0cbf9ca48bc
line wrap: on
line diff
--- a/Makefile	Mon Sep 20 19:54:51 2010 +0000
+++ b/Makefile	Mon Sep 20 20:26:04 2010 +0000
@@ -889,7 +889,7 @@
 # Make sure all generated header files are created.
 codec-cfg.d codec-cfg.o: codecs.conf.h
 $(DEP_FILES) $(MENCODER_DEPS) $(MPLAYER_DEPS): help_mp.h
-$(call ADDSUFFIXES,.d .o,mpcommon osdep/mplayer-rc): version.h
+mpcommon.o osdep/mplayer-rc.o: version.h
 
 osdep/mplayer-rc.o: osdep/mplayer.exe.manifest
 
@@ -918,10 +918,9 @@
 $(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)