diff Makefile.gen @ 1173:5b0786541341

Remove unused build rule.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Mar 2015 08:24:46 +0200
parents 0b5fdabaada5
children 0f07f752cd73
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)