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:
@@ -65,7 +65,7 @@ dist: $(DISTFILES)
|
|||||||
$(LIB): $(OBJECTS)
|
$(LIB): $(OBJECTS)
|
||||||
rm -f $@
|
rm -f $@
|
||||||
$(AR) cr $@ $(OBJECTS)
|
$(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) $@
|
-$(RANLIB) $@
|
||||||
|
|
||||||
$(OBJECTS): ../../config.h
|
$(OBJECTS): ../../config.h
|
||||||
|
Reference in New Issue
Block a user