diff options
author | Herb Lewis <herb@samba.org> | 2001-12-11 20:41:31 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2001-12-11 20:41:31 +0000 |
commit | fb8b642a98f97ef4ed92ee76ebeb8bfe4a67b961 (patch) | |
tree | 6326a3895f9ee29615eca0826f8a839cdc4d67d9 /source3 | |
parent | b9f2c47956984e1754632a829644c503c8556fec (diff) | |
download | samba-fb8b642a98f97ef4ed92ee76ebeb8bfe4a67b961.tar.gz samba-fb8b642a98f97ef4ed92ee76ebeb8bfe4a67b961.tar.bz2 samba-fb8b642a98f97ef4ed92ee76ebeb8bfe4a67b961.zip |
add PATH_FLAGS to .po32 objects so dynconfig builds with smbwrapper
(This used to be commit 5bf6f9193774bcb6abb955efb346d2eb966a03d0)
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 0cd2e53225..2ad39114aa 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -538,7 +538,7 @@ dynconfig.po: dynconfig.c Makefile @if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \ dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi @echo Compiling $*.c with @PICFLAG@ and -32 - @$(CC) -32 -I. -I$(srcdir) $(FLAGS32) @PICFLAG@ -c $< \ + @$(CC) -32 -I. -I$(srcdir) $(FLAGS32) $(PATH_FLAGS) @PICFLAG@ -c $< \ -o $*.po32.o @BROKEN_CC@ -mv `echo $@ | sed -e 's%^.*/%%g' -e 's%\.po32$$%.o%'` $@.o @mv $*.po32.o $@ |