diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
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' |