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:
@@ -80,7 +80,7 @@ $(LIBNAME).$(SHLIBEXT): $(OBJECTS)
|
|||||||
rm -f $@
|
rm -f $@
|
||||||
$(CC) $(CFLAGS) $(PICFLAGS) -shared -o $@ $(OBJECTS)
|
$(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
|
$(CC) -o $@ -bM:SRE -bI:$(srcdir)/afsl.exp -bE:$(srcdir)/afslib.exp -bnoentry afslib.o
|
||||||
|
|
||||||
$(OBJECTS): ../../config.h
|
$(OBJECTS): ../../config.h
|
||||||
|
Reference in New Issue
Block a user