summaryrefslogtreecommitdiff
path: root/2004/i/nono/src/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to '2004/i/nono/src/GNUmakefile')
-rw-r--r--2004/i/nono/src/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/2004/i/nono/src/GNUmakefile b/2004/i/nono/src/GNUmakefile
index 354c5f8..c37b07a 100644
--- a/2004/i/nono/src/GNUmakefile
+++ b/2004/i/nono/src/GNUmakefile
@@ -32,7 +32,7 @@ alltargets: $(TARGETS)
| sed 's/\($*\)\.o[ :]*/\1.o .dep\/$*.d : /g' > $@; \
[ -s $@ ] || rm -f $@
--include $(foreach target, $(TARGETS) $(subst .,_,$(LIBS)), $(patsubst %.cc, .dep/%.d, $(filter %.cc, $($(target)_SOURCES))))
+#-include $(foreach target, $(TARGETS) $(subst .,_,$(LIBS)), $(patsubst %.cc, .dep/%.d, $(filter %.cc, $($(target)_SOURCES))))
.dep:
mkdir .dep