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:
parent
6e4af8cd15
commit
deb35f85b3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user