From 9e6d03d2eb599e98511dce36f262fea7231f3ae2 Mon Sep 17 00:00:00 2001 From: Mark Eichin Date: Mon, 13 Jun 1994 21:45:59 +0000 Subject: [PATCH] force sh call so || works on ultrix git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3762 dc483132-0cff-0310-8789-dd5450dbe970 --- src/isode/support/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/isode/support/Makefile.in b/src/isode/support/Makefile.in index 3d7a4b1d8..f34eb6e6a 100644 --- a/src/isode/support/Makefile.in +++ b/src/isode/support/Makefile.in @@ -68,7 +68,7 @@ libisode.a: isodevrsn.o -rm -f $@ $(TOPDIR)libisode.a -rm -rf tmp -mkdir tmp - ln isodevrsn.o tmp || cp isodevrsn.o tmp + sh -c 'ln isodevrsn.o tmp || cp isodevrsn.o tmp' for i in $(LIBES); do (cd tmp; ar x ../$$i; \ ../$(UTILDIR)make-lib.sh -quick $(SYSTEM) ../$@ *.o; \ rm -f *); done -- 2.26.2