mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
des-use-ar-macro-instead-of-direct-call-like-everyone-else-20011019
so we can use ar like every other directory
This commit is contained in:
parent
df6815aa72
commit
653b47a552
@ -78,7 +78,7 @@ all: ukinstall ${TOP_LIBDIR}/libdes.a ${TOP_INCDIR}/des.h ${TOP_INCDIR}/des_conf
|
|||||||
|
|
||||||
libdes.a: ${OBJS} AFS_component_version_number.o
|
libdes.a: ${OBJS} AFS_component_version_number.o
|
||||||
$(RM) -f libdes.a
|
$(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
|
$(RANLIB) libdes.a
|
||||||
|
|
||||||
make_ip: make_ip.o misc.o main.o
|
make_ip: make_ip.o misc.o main.o
|
||||||
@ -192,7 +192,7 @@ ukinstall: \
|
|||||||
${UKERNELDIR}/des/libdes.a \
|
${UKERNELDIR}/des/libdes.a \
|
||||||
${UKERNELDIR}/des/des.h \
|
${UKERNELDIR}/des/des.h \
|
||||||
${UKERNELDIR}/des/mit-cpyright.h
|
${UKERNELDIR}/des/mit-cpyright.h
|
||||||
|
|
||||||
${UKERNELDIR}/des:
|
${UKERNELDIR}/des:
|
||||||
mkdir -p $?
|
mkdir -p $?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user