diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-07-13 18:41:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:57:34 -0500 |
commit | 9b4ac4d81ecf9786d2a3f96914af4a2895046676 (patch) | |
tree | 63ababadd7c972cbb9aa0ba8f8de17059a0e8f26 /source4/build/smb_build/makefile.pl | |
parent | 6b9d521cf0dbea1e359aee9563e4c859c149e854 (diff) | |
download | samba-9b4ac4d81ecf9786d2a3f96914af4a2895046676.tar.gz samba-9b4ac4d81ecf9786d2a3f96914af4a2895046676.tar.bz2 samba-9b4ac4d81ecf9786d2a3f96914af4a2895046676.zip |
r1483: build dynconfig.c also with PICFLAGS
metze
(This used to be commit fef597a76c0b0796ca834a31550cf279babe96fc)
Diffstat (limited to 'source4/build/smb_build/makefile.pl')
-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 c04010d3d6..0952c87f64 100644 --- a/source4/build/smb_build/makefile.pl +++ b/source4/build/smb_build/makefile.pl @@ -151,7 +151,7 @@ bin/.dummy: dynconfig.o: dynconfig.c Makefile \@echo Compiling \$*.c - \@\$(CC) \$(CC_FLAGS) \$(PATH_FLAGS) -c \$< -o \$\@ + \@\$(CC) \$(CC_FLAGS) \@PICFLAG\@ \$(PATH_FLAGS) -c \$< -o \$\@ \@BROKEN_CC\@ -mv `echo \$\@ | sed 's%^.*/%%g'` \$\@ "; |