summaryrefslogtreecommitdiff
path: root/source4/main.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-21 07:35:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:19:12 -0500
commitb82c525d1357cdde2ed1fc0adc33ac6c65a6de23 (patch)
tree5c2237a783c495e603dab24710ab5446e7682845 /source4/main.mk
parentda94f9ffd9a3ea62ca2e5ddae86e4011f611502a (diff)
downloadsamba-b82c525d1357cdde2ed1fc0adc33ac6c65a6de23.tar.gz
samba-b82c525d1357cdde2ed1fc0adc33ac6c65a6de23.tar.bz2
samba-b82c525d1357cdde2ed1fc0adc33ac6c65a6de23.zip
r18783: fix make pch
metze (This used to be commit e2b16a09b3363d3a72edce03724cb05204f2a350)
Diffstat (limited to 'source4/main.mk')
-rw-r--r--source4/main.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/main.mk b/source4/main.mk
index 9b9e5f81bb..7151ebb70b 100644
--- a/source4/main.mk
+++ b/source4/main.mk
@@ -361,7 +361,7 @@ include/includes.d: include/includes.h
.h.h.gch:
@echo "Precompiling $<"
- @$(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) -c $< -o $@
+ @$(CC) -Ilib/replace `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) -c $< -o $@
.y.c:
@echo "Building $< with $(YACC)"