summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2001-12-11 20:41:31 +0000
committerHerb Lewis <herb@samba.org>2001-12-11 20:41:31 +0000
commitfb8b642a98f97ef4ed92ee76ebeb8bfe4a67b961 (patch)
tree6326a3895f9ee29615eca0826f8a839cdc4d67d9 /source3/Makefile.in
parentb9f2c47956984e1754632a829644c503c8556fec (diff)
downloadsamba-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/Makefile.in')
-rw-r--r--source3/Makefile.in2
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 $@