summaryrefslogtreecommitdiff
path: root/tools/make.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/make.inc')
-rw-r--r--tools/make.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/make.inc b/tools/make.inc
index 30d0779..8e125c8 100644
--- a/tools/make.inc
+++ b/tools/make.inc
@@ -40,8 +40,7 @@ $(DEPFILE): $(SOURCES)
rm $$del; \
del=""; \
fi \
- done | sed -e "s:[^[:space:]]*lang.h:$(OBJDIR)/lang.o:" \
- -e "s:[^[:space:]]*sysfont.h:$(BUILDDIR)/sysfont.h:" > $(DEPFILE); \
+ done | sed -e "s:[^[:space:]]*lang.h:$(OBJDIR)/lang.o:" > $(DEPFILE); \
echo "oo" > /dev/null )
tags: