diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-05-21 16:02:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:53:51 -0500 |
commit | 3bf29c1113349ba534ff5f9182dc7ed47017ca64 (patch) | |
tree | c30f69e125c239b30d154aa39636b4d1b103d77a /source4 | |
parent | ac5393fa25484d0b5495f4f61456c419aa1982a5 (diff) | |
download | samba-3bf29c1113349ba534ff5f9182dc7ed47017ca64.tar.gz samba-3bf29c1113349ba534ff5f9182dc7ed47017ca64.tar.bz2 samba-3bf29c1113349ba534ff5f9182dc7ed47017ca64.zip |
r807: compile with PICFLAG by default
(ask tridge why this is better than recompiling only the
files we need for libraries with PICFLAG)
metze
(This used to be commit ee32d29044a52d7098e242ed48c309871e711bd9)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/build/smb_build/makefile.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pl b/source4/build/smb_build/makefile.pl index ab5539e61c..ec7853e0e0 100644 --- a/source4/build/smb_build/makefile.pl +++ b/source4/build/smb_build/makefile.pl @@ -852,7 +852,7 @@ sub _prepare_makefile_in($) $output .= _prepare_dummy_MAKEDIR(); - $output .= _prepare_std_CC_rule("c","o","","Compiling","Rule for std objectfiles"); + $output .= _prepare_std_CC_rule("c","o","\@PICFLAG\@","Compiling","Rule for std objectfiles"); $output .= _prepare_std_CC_rule("h","h.gch","","Precompiling","Rule for precompiled headerfiles"); $output .= _prepare_obj_lists($CTX); |