summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-05 23:31:55 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-05 23:31:55 +0000
commitc7d3ad04f1f8e12d799c2310afe054d4a5588c8c (patch)
tree53ac999285fb465b0c2367fb9ed22a22d5748194 /source3/Makefile.in
parentc2bcd64269b1c7a3dec87651464dc7a54eed3737 (diff)
downloadsamba-c7d3ad04f1f8e12d799c2310afe054d4a5588c8c.tar.gz
samba-c7d3ad04f1f8e12d799c2310afe054d4a5588c8c.tar.bz2
samba-c7d3ad04f1f8e12d799c2310afe054d4a5588c8c.zip
tell the user we are producing -32 code for the .32.so library
(This used to be commit e9676812affbdaa0519415fff85d7e31383e7e2f)
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 6187e7c51d..db3db2320e 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -268,7 +268,7 @@ MAKEDIR = || exec false; \
.c.po32: @MAINT@ .deps/.dummy
@if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \
dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi
- @echo Compiling $*.c with @PICFLAG@
+ @echo Compiling $*.c with @PICFLAG@ and -32
@$(CC) -32 -I. -I$(srcdir) $(FLAGS) @PICFLAG@ -c $< -o $@ \
@MAINT@ -Wp,-MD,.deps/`echo $* | sed s,/,_,g`.P && : >.deps/.stamp