diff options
author | Lars Müller <lmuelle@samba.org> | 2006-02-28 11:57:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:10:52 -0500 |
commit | 10f0c68eb17241297acb9f76491ddbab9015e3c6 (patch) | |
tree | 7eb22078ba6204f995b288b751d55a9f4fbcb5ae | |
parent | 04a5f6fee027729956795f043186f6c3d9486f93 (diff) | |
download | samba-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)
-rw-r--r-- | source3/Makefile.in | 2 |
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 |