summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorLars Müller <lmuelle@samba.org>2006-02-28 11:57:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:10:52 -0500
commit10f0c68eb17241297acb9f76491ddbab9015e3c6 (patch)
tree7eb22078ba6204f995b288b751d55a9f4fbcb5ae /source3
parent04a5f6fee027729956795f043186f6c3d9486f93 (diff)
downloadsamba-10f0c68eb17241297acb9f76491ddbab9015e3c6.tar.gz
samba-10f0c68eb17241297acb9f76491ddbab9015e3c6.tar.bz2
samba-10f0c68eb17241297acb9f76491ddbab9015e3c6.zip
r13751: Call proto_exists before we create the precompiles headers.
(This used to be commit deb35f85b3b96e431902ec5e771821f9e69d7f99)
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 1643a010eb..01af0641a5 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -825,7 +825,7 @@ MAKEDIR = || exec false; \
# this adds support for precompiled headers. To use it, install a snapshot
# of gcc-3.4 and run 'make pch' before you do the main build.
-pch:
+pch: proto_exists
rm -f $(srcdir)/include/includes.h.gch
$(CC) -I. -I$(srcdir) $(FLAGS) @PIE_CFLAGS@ -c $(srcdir)/include/includes.h -o $(srcdir)/include/includes.h.gch