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, 2 insertions, 1 deletions
diff --git a/tools/make.inc b/tools/make.inc
index 8e125c834e..30d0779b2d 100644
--- a/tools/make.inc
+++ b/tools/make.inc
@@ -40,7 +40,8 @@ $(DEPFILE): $(SOURCES)
40 rm $$del; \ 40 rm $$del; \
41 del=""; \ 41 del=""; \
42 fi \ 42 fi \
43 done | sed -e "s:[^[:space:]]*lang.h:$(OBJDIR)/lang.o:" > $(DEPFILE); \ 43 done | sed -e "s:[^[:space:]]*lang.h:$(OBJDIR)/lang.o:" \
44 -e "s:[^[:space:]]*sysfont.h:$(BUILDDIR)/sysfont.h:" > $(DEPFILE); \
44 echo "oo" > /dev/null ) 45 echo "oo" > /dev/null )
45 46
46tags: 47tags: