shared library fixes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1670 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-05-06 03:47:56 +00:00
parent e7210cbeb8
commit 70d4e10097
8 changed files with 9 additions and 16 deletions

View File

@@ -27,7 +27,6 @@ LIBNAME = $(LIBPREFIX)kafs
LIBEXT = @LIBEXT@
SHLIBEXT = @SHLIBEXT@
LIBPREFIX = @LIBPREFIX@
SHARED = @SHARED@
LDSHARED = @LDSHARED@
AFS_EXTRA_LIBS = @AFS_EXTRA_LIBS@
LIB = $(LIBNAME).$(LIBEXT) $(AFS_EXTRA_LIBS)
@@ -81,7 +80,7 @@ $(LIBNAME).a: $(OBJECTS) @AFS_EXTRA_OBJS@
$(LIBNAME).$(SHLIBEXT): $(OBJECTS)
rm -f $@
$(LDSHARED) $(SHARED) -o $@ $(OBJECTS)
$(LDSHARED) -o $@ $(OBJECTS)
# AIX: this almost works with gcc, but somehow it fails to use the
# correct ld, use ld instead