1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-19 10:03:58 +03:00

r1483: build dynconfig.c also with PICFLAGS

metze
(This used to be commit fef597a76c0b0796ca834a31550cf279babe96fc)
This commit is contained in:
Stefan Metzmacher 2004-07-13 18:41:08 +00:00 committed by Gerald (Jerry) Carter
parent 6b9d521cf0
commit 9b4ac4d81e

View File

@ -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'` \$\@
";