summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Müller <lmuelle@samba.org>2006-01-12 18:06:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:06:05 -0500
commit80f2848260d5c9be70f4a037ca3ea5c5b6a76166 (patch)
tree3381bef51122c1bfcbc44b34ef61b1f85d78a698
parent10b182fe731b48592135e1adf457d15c331aa5a1 (diff)
downloadsamba-80f2848260d5c9be70f4a037ca3ea5c5b6a76166.tar.gz
samba-80f2848260d5c9be70f4a037ca3ea5c5b6a76166.tar.bz2
samba-80f2848260d5c9be70f4a037ca3ea5c5b6a76166.zip
r12871: Merge Volkers rev 12667 from trunk as his analysis hit the nail on the
head. Volker: Thanks for poking me last week. (This used to be commit 9a8e1c8b4c302a8e8a4a39b8ec8df2536acfebe2)
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 9d00cb72a1..1876045df0 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -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'