Now the AIX stuff works.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@48 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -64,7 +64,8 @@ dist: $(DISTFILES)
|
||||
|
||||
$(LIB): $(OBJECTS)
|
||||
rm -f $@
|
||||
$(AR) cr $@ $(OBJECTS) $(AIX_SYSCALL_MAGIC)
|
||||
$(AR) cr $@ $(OBJECTS)
|
||||
if [ "$(AIX_SYSCALL_MAGIC)" = yes ] ; then $(AR) cr $@ $(srcdir)/afsl.exp ; fi
|
||||
-$(RANLIB) $@
|
||||
|
||||
$(OBJECTS): ../../config.h
|
||||
|
Reference in New Issue
Block a user