summaryrefslogtreecommitdiff
path: root/tools/make.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/make.inc')
-rw-r--r--tools/make.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/make.inc b/tools/make.inc
index 9e6600f77a..ea9815b6d2 100644
--- a/tools/make.inc
+++ b/tools/make.inc
@@ -17,6 +17,7 @@ $(OBJDIR)/%.o: %.S
17# the lame echo stuff down here is to prevent any compiler errors/warnings 17# the lame echo stuff down here is to prevent any compiler errors/warnings
18# to cause an error code to get returned and thus stop the build 18# to cause an error code to get returned and thus stop the build
19$(DEPFILE): $(SOURCES) 19$(DEPFILE): $(SOURCES)
20 $(SILENT)mkdir -p `dirname $(DEPFILE)`
20 $(SILENT)rm -f $(DEPFILE) 21 $(SILENT)rm -f $(DEPFILE)
21 $(SILENT)(for each in $(SOURCES) x; do \ 22 $(SILENT)(for each in $(SOURCES) x; do \
22 if test "x" != "$$each"; then \ 23 if test "x" != "$$each"; then \