Ignore exit status from if.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@95 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1995-09-02 16:50:10 +00:00
parent b435a481ac
commit 7ddec3bcae

View File

@@ -65,7 +65,7 @@ dist: $(DISTFILES)
$(LIB): $(OBJECTS)
rm -f $@
$(AR) cr $@ $(OBJECTS)
if [ "$(AIX_SYSCALL_MAGIC)" = yes ] ; then $(AR) cr $@ $(srcdir)/afsl.exp ; fi
-if [ "$(AIX_SYSCALL_MAGIC)" = yes ] ; then $(AR) cr $@ $(srcdir)/afsl.exp ; fi
-$(RANLIB) $@
$(OBJECTS): ../../config.h