1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r13751: Call proto_exists before we create the precompiles headers.

This commit is contained in:
Lars Müller 2006-02-28 11:57:37 +00:00 committed by Gerald (Jerry) Carter
parent 6e4af8cd15
commit deb35f85b3

View File

@ -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