gcc is unable to create afslib.so on AIX with all these strange

switches.  Use cc instead.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@677 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-08-24 20:48:58 +00:00
parent f2e698cc14
commit 6dc3b1dd34

View File

@@ -81,6 +81,7 @@ $(LIBNAME).$(SHLIBEXT): $(OBJECTS)
$(CC) $(CFLAGS) $(PICFLAGS) -shared -o $@ $(OBJECTS)
afslib.so: afslib.o
$(CC) -o $@ -bM:SRE -bI:$(srcdir)/afsl.exp -bE:$(srcdir)/afslib.exp -bnoentry 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
$(OBJECTS): ../../config.h