summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/functions.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/functions.make b/tools/functions.make
index bab8a8d148..dd87377f87 100644
--- a/tools/functions.make
+++ b/tools/functions.make
@@ -20,7 +20,7 @@
20 20
21preprocess = $(shell $(CC) $(PPCFLAGS) $(2) -E -P -x c -include config.h $(1) | \ 21preprocess = $(shell $(CC) $(PPCFLAGS) $(2) -E -P -x c -include config.h $(1) | \
22 grep -v '^\#' | \ 22 grep -v '^\#' | \
23 sed -e 's:^.\+:$(dir $(1))&:') 23 sed -e 's:^..*:$(dir $(1))&:')
24 24
25preprocess2file = $(shell $(CC) $(PPCFLAGS) $(3) -E -P -x c -include config.h $(1) | \ 25preprocess2file = $(shell $(CC) $(PPCFLAGS) $(3) -E -P -x c -include config.h $(1) | \
26 grep -v '^\#' | grep -v "^$$" > $(2)) 26 grep -v '^\#' | grep -v "^$$" > $(2))