summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-20 06:43:36 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-20 06:43:36 +0000
commitb19db1e749d9fa741c8341da6d258ebccecb65f0 (patch)
tree31ccaf20350c1b77655184a093924ef0ab379f0b /source3/Makefile.in
parent60cf45b2bc7a2a57fbda303440655cf2640cab35 (diff)
downloadsamba-b19db1e749d9fa741c8341da6d258ebccecb65f0.tar.gz
samba-b19db1e749d9fa741c8341da6d258ebccecb65f0.tar.bz2
samba-b19db1e749d9fa741c8341da6d258ebccecb65f0.zip
fixes for solaris
(This used to be commit 235a8463b56107d97ee5523eed41967e8ccf27b6)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 43aecf2dc6..ede81c2ea9 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -266,7 +266,8 @@ MAKEDIR = || exec false; \
@if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \
dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi
@echo Compiling $*.c with @PICFLAG@
- @$(CC) -I. -I$(srcdir) $(FLAGS) @PICFLAG@ -c $< -o $@ \
+ @$(CC) -I. -I$(srcdir) $(FLAGS) @PICFLAG@ -c $< -o $*.po.o
+ @mv $*.po.o $@ \
@MAINT@ -Wp,-MD,.deps/`echo $* | sed s,/,_,g`.P && : >.deps/.stamp
# this is for IRIX
@@ -274,7 +275,8 @@ MAKEDIR = || exec false; \
@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) $(FLAGS) @PICFLAG@ -c $< -o $@ \
+ @$(CC) -32 -I. -I$(srcdir) $(FLAGS) @PICFLAG@ -c $< -o $*.po32.o
+ @mv $*.po32.o $@ \
@MAINT@ -Wp,-MD,.deps/`echo $* | sed s,/,_,g`.P && : >.deps/.stamp
bin/.dummy: