From 4f31812714c62d358861667ce2b026cb031f1327 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 4 Oct 1998 14:56:19 +0000 Subject: fixed some stuff for Linux that porting to Solaris broke (This used to be commit ee349bb329498e6f5852c1bf21c48563d076dc88) --- 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 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 -- cgit