summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/make.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/make.inc b/tools/make.inc
index 471d98a9de..0da7a8b17c 100644
--- a/tools/make.inc
+++ b/tools/make.inc
@@ -1,3 +1,5 @@
1# -*- Makefile -*-
2
1$(OBJDIR)/%.o: %.c 3$(OBJDIR)/%.o: %.c
2 @mkdir -p `dirname $@` 4 @mkdir -p `dirname $@`
3 @echo "CC $<" 5 @echo "CC $<"