Removed unused rest from other makefile.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1038 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -79,9 +79,4 @@ $(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 ld instead
|
||||
afslib.so: afslib.o
|
||||
ld -o $@ -bM:SRE -bI:$(srcdir)/afsl.exp -bE:$(srcdir)/afslib.exp -bnoentry afslib.o
|
||||
|
||||
$(OBJECTS): ../../config.h
|
||||
|
Reference in New Issue
Block a user