git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
df6815a
)
des-use-ar-macro-instead-of-direct-call-like-everyone-else-20011019
author
Nathan Neulinger
<nneul@umr.edu>
Fri, 19 Oct 2001 16:56:55 +0000 (16:56 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Fri, 19 Oct 2001 16:56:55 +0000 (16:56 +0000)
so we can use ar like every other directory
src/des/Makefile.in
patch
|
blob
|
history
diff --git
a/src/des/Makefile.in
b/src/des/Makefile.in
index
3e75283
..
139acfd
100644
(file)
--- a/
src/des/Makefile.in
+++ b/
src/des/Makefile.in
@@
-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
@@
-192,7
+192,7
@@
ukinstall: \
${UKERNELDIR}/des/libdes.a \
${UKERNELDIR}/des/des.h \
${UKERNELDIR}/des/mit-cpyright.h
-
+
${UKERNELDIR}/des:
mkdir -p $?