From: Nathan Neulinger Date: Wed, 26 Dec 2001 20:11:22 +0000 (+0000) Subject: STABLE12-des-use-ar-macro-instead-of-direct-call-like-everyone-else-20011226 X-Git-Tag: openafs-stable-1_2_3~88 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=0c67e155763dc2141082357b00e8780bde3c2292;p=packages%2Fo%2Fopenafs.git STABLE12-des-use-ar-macro-instead-of-direct-call-like-everyone-else-20011226 so we can use ar like every other directory --- diff --git a/src/des/Makefile.in b/src/des/Makefile.in index 6e685cc75..388780150 100644 --- a/src/des/Makefile.in +++ b/src/des/Makefile.in @@ -75,7 +75,7 @@ all: ukinstall ${TOP_LIBDIR}/libdes.a ${TOP_INCDIR}/des.h ${TOP_INCDIR}/des_conf libdes.a: ${OBJS} AFS_component_version_number.o $(RM) -f libdes.a - ar r libdes.a ${OBJS} AFS_component_version_number.o + $(AR) crv libdes.a ${OBJS} AFS_component_version_number.o $(RANLIB) libdes.a make_ip: make_ip.o misc.o main.o @@ -189,7 +189,7 @@ ukinstall: \ ${UKERNELDIR}/des/libdes.a \ ${UKERNELDIR}/des/des.h \ ${UKERNELDIR}/des/mit-cpyright.h - + ${UKERNELDIR}/des: mkdir -p $?