summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2001-07-23 11:22:29 +0000
committerRichard Sharpe <sharpe@samba.org>2001-07-23 11:22:29 +0000
commit022db351e8c6599d5ccd238ab7eca6b1d8c8d77a (patch)
tree572052c44afae1ae904cec8f6b53b07024bd99da /source3/Makefile.in
parent6a3132d876fe9f0f53115eb2c472e6a9b6e40df3 (diff)
downloadsamba-022db351e8c6599d5ccd238ab7eca6b1d8c8d77a.tar.gz
samba-022db351e8c6599d5ccd238ab7eca6b1d8c8d77a.tar.bz2
samba-022db351e8c6599d5ccd238ab7eca6b1d8c8d77a.zip
Fix the POOBAD_CC on Slowaris so we can handle things correctly ...
Lets see how this goes. (This used to be commit d63b03f7536abb0745ad2a084c44108a3c19a8b6)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index d81729e6b8..8e02400b98 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -450,8 +450,8 @@ MAKEDIR = || exec false; \
dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi
@echo Compiling $*.c with @PICFLAG@
@$(CC) -I. -I$(srcdir) $(FLAGS) @PICFLAG@ -c $< -o $*.po
-@BROKEN_CC@ -mv `echo $@ | sed -e 's%^.*/%%g' -e 's%\.po$$%.o%'` $@.o
-# @mv $*.po.o $@
+@BROKEN_CC@ -mv `echo $@ | sed -e 's%^.*/%%g' -e 's%\.po$$%.o%'` $@.@PICSUFFIX@
+@POBAD_CC@ @mv $*.po.o $@
# this is for IRIX
.c.po32: