From 10f0c68eb17241297acb9f76491ddbab9015e3c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20M=C3=BCller?= Date: Tue, 28 Feb 2006 11:57:37 +0000 Subject: [PATCH] r13751: Call proto_exists before we create the precompiles headers. (This used to be commit deb35f85b3b96e431902ec5e771821f9e69d7f99) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index 1643a010ebc..01af0641a52 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 -- 2.34.1