summaryrefslogtreecommitdiff
path: root/tools/make.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/make.inc')
-rw-r--r--tools/make.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/make.inc b/tools/make.inc
index 7d97efdbc6..601b892bfc 100644
--- a/tools/make.inc
+++ b/tools/make.inc
@@ -17,7 +17,7 @@ $(OBJDIR)/%.o: %.S
17# errors/warnings to cause an error code to get returned and thus stop the 17# errors/warnings to cause an error code to get returned and thus stop the
18# build 18# build
19# 19#
20# This script checks for the presence of $(BUILDDIR)/lang.h and if it doesn't 20# This script checks for the presence of $(BUILDDIR)/lang/lang.h and if it doesn't
21# alreay exist, it is created. This is because lots of files include this 21# alreay exist, it is created. This is because lots of files include this
22# *generated* file and if it doesn't exist when we generate the deps it is no 22# *generated* file and if it doesn't exist when we generate the deps it is no
23# good. There's a -MG compiler option to cover for this case, but it doesn't 23# good. There's a -MG compiler option to cover for this case, but it doesn't
@@ -45,7 +45,7 @@ $(DEPFILE): $(SOURCES)
45 rm $$del; \ 45 rm $$del; \
46 del=""; \ 46 del=""; \
47 fi \ 47 fi \
48 done | sed -e "s:[^[:space:]]*lang.h:$(OBJDIR)/lang.o:" \ 48 done | sed -e "s:[^[:space:]]*lang.h:$(OBJDIR)/lang/lang_core.o:" \
49 -e "s:[^[:space:]]*sysfont.h:$(BUILDDIR)/sysfont.h:" \ 49 -e "s:[^[:space:]]*sysfont.h:$(BUILDDIR)/sysfont.h:" \
50 -e "s:[^[:space:]]*max_language_size.h:$(BUILDDIR)/max_language_size.h:" \ 50 -e "s:[^[:space:]]*max_language_size.h:$(BUILDDIR)/max_language_size.h:" \
51 -e "s: bitmaps/: $(BUILDDIR)/bitmaps/:g" \ 51 -e "s: bitmaps/: $(BUILDDIR)/bitmaps/:g" \