summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-07-13 18:41:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:57:34 -0500
commit9b4ac4d81ecf9786d2a3f96914af4a2895046676 (patch)
tree63ababadd7c972cbb9aa0ba8f8de17059a0e8f26
parent6b9d521cf0dbea1e359aee9563e4c859c149e854 (diff)
downloadsamba-9b4ac4d81ecf9786d2a3f96914af4a2895046676.tar.gz
samba-9b4ac4d81ecf9786d2a3f96914af4a2895046676.tar.bz2
samba-9b4ac4d81ecf9786d2a3f96914af4a2895046676.zip
r1483: build dynconfig.c also with PICFLAGS
metze (This used to be commit fef597a76c0b0796ca834a31550cf279babe96fc)
-rw-r--r--source4/build/smb_build/makefile.pl2
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'` \$\@
";