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:
Unknown User d91-jda
1995-07-13 20:34:54 +00:00
parent 9ad5a0ab5f
commit f8c65940f3

View File

@@ -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