AFS_EXTRA_LIBS is always called `afslib.so'. Otherwise some makes get

upset when there is no such library to be made.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@647 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-08-13 23:41:08 +00:00
parent 86a2acae33
commit d08627b782

View File

@@ -80,7 +80,7 @@ $(LIBNAME).$(SHLIBEXT): $(OBJECTS)
rm -f $@
$(CC) $(CFLAGS) $(PICFLAGS) -shared -o $@ $(OBJECTS)
$(AFS_EXTRA_LIBS): afslib.o
afslib.so: afslib.o
$(CC) -o $@ -bM:SRE -bI:$(srcdir)/afsl.exp -bE:$(srcdir)/afslib.exp -bnoentry afslib.o
$(OBJECTS): ../../config.h