git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@692 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-08-28 23:58:57 +00:00
parent 9f223b322b
commit b30f1c4e24

View File

@@ -80,8 +80,9 @@ $(LIBNAME).$(SHLIBEXT): $(OBJECTS)
rm -f $@
$(CC) $(CFLAGS) $(PICFLAGS) -shared -o $@ $(OBJECTS)
# AIX: this almost works with gcc, but somehow it fails to use the
# correct ld, use cc for now
afslib.so: afslib.o
cc -o $@ -bM:SRE -bI:$(srcdir)/afsl.exp -bE:$(srcdir)/afslib.exp -bnoentry afslib.o
# gcc is unable to create afslib.so on AIX with all these strange switches
cc -o $@ -Wl,-bM:SRE,-bI:$(srcdir)/afsl.exp,-bE:$(srcdir)/afslib.exp,-bnoentry afslib.o
$(OBJECTS): ../../config.h