diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-05 23:31:55 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-05 23:31:55 +0000 |
commit | c7d3ad04f1f8e12d799c2310afe054d4a5588c8c (patch) | |
tree | 53ac999285fb465b0c2367fb9ed22a22d5748194 | |
parent | c2bcd64269b1c7a3dec87651464dc7a54eed3737 (diff) | |
download | samba-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)
-rw-r--r-- | source3/Makefile.in | 2 |
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 |