changeset 1173:5b0786541341

Remove unused build rule.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Mar 2015 08:24:46 +0200
parents 0ec370b1c8d4
children 14ac28580059
files Makefile.gen
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Thu Mar 05 07:52:31 2015 +0200
+++ b/Makefile.gen	Thu Mar 05 08:24:46 2015 +0200
@@ -328,12 +328,6 @@
 	$(MKDIR_P) $@
 
 
-$(OBJPATH)%.d: $(DMLIBSRC)%.c
-	@echo > $@
-	@grep '#\s*include\s*\"' $< | sed 's/#\s*include\s\s*"\(.*\)"/\1/' | \
-	while read i; do if test -e "$$i"; then echo "$$i" >> $@; fi; done
-
-
 $(OBJPATH)%.o: $(MINIJSS)%.c $(MINIJSS)%.h
 	@echo " CC $<"
 	@$(CC) $(CFLAGS) -c -o $@ $< $(DM_CFLAGS)