summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-04 14:56:19 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-04 14:56:19 +0000
commit4f31812714c62d358861667ce2b026cb031f1327 (patch)
tree9becc0513e06f88c95670cedae4418e59f9662d4 /source3/Makefile.in
parent770acd0a8f2ccaa4320a60f82545dba0e3b94b02 (diff)
downloadsamba-4f31812714c62d358861667ce2b026cb031f1327.tar.gz
samba-4f31812714c62d358861667ce2b026cb031f1327.tar.bz2
samba-4f31812714c62d358861667ce2b026cb031f1327.zip
fixed some stuff for Linux that porting to Solaris broke
(This used to be commit ee349bb329498e6f5852c1bf21c48563d076dc88)
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 811a699673..07ee5920da 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -350,8 +350,8 @@ bin/smbtorture: $(SMBTORTURE_OBJ)
@$(CC) $(FLAGS) -o $@ $(SMBTORTURE_OBJ) $(LDFLAGS) $(LIBS)
smbwrapper/smbwrapper.so: $(PICOBJS)
- @echo Linking $@
- $(LD) -G -o $@ $(PICOBJS)
+ @echo Linking shared library $@
+ @$(LD) @LDSHFLAGS@ -o $@ $(PICOBJS)
install: installbin installman installscripts installcp installswat