1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r12871: Merge Volkers rev 12667 from trunk as his analysis hit the nail on the

head.

Volker: Thanks for poking me last week.
This commit is contained in:
Lars Müller 2006-01-12 18:06:05 +00:00 committed by Gerald (Jerry) Carter
parent cc2e7052bd
commit 9a8e1c8b4c

View File

@ -815,7 +815,7 @@ MAKEDIR = || exec false; \
# of gcc-3.4 and run 'make pch' before you do the main build.
pch:
rm -f $(srcdir)/include/includes.h.gch
$(CC) -I. -I$(srcdir) $(FLAGS) -c $(srcdir)/include/includes.h -o $(srcdir)/include/includes.h.gch
$(CC) -I. -I$(srcdir) $(FLAGS) @PIE_CFLAGS@ -c $(srcdir)/include/includes.h -o $(srcdir)/include/includes.h.gch
##
## Targets for 'make test'