From 022db351e8c6599d5ccd238ab7eca6b1d8c8d77a Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Mon, 23 Jul 2001 11:22:29 +0000 Subject: Fix the POOBAD_CC on Slowaris so we can handle things correctly ... Lets see how this goes. (This used to be commit d63b03f7536abb0745ad2a084c44108a3c19a8b6) --- source3/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/Makefile.in') 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: -- cgit