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
|
||||
$(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
|
||||
|
Loading…
Reference in New Issue
Block a user