From fbea776a8cbf221e8aa9a1f50cfdf33f2dfc8686 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 12 Jul 2001 19:37:48 +0000 Subject: [PATCH] install-vlib-as-libvlib-also-20010712 these weird archives which aren't installed as libwhatever are really annoying vlib is now no longer one of these --- src/vol/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/vol/Makefile b/src/vol/Makefile index e3b264b40..6baabcf9c 100644 --- a/src/vol/Makefile +++ b/src/vol/Makefile @@ -32,6 +32,7 @@ VLIBOBJS=vnode.o volume.o vutil.o partition.o fssync.o purge.o \ OBJECTS=${VLIBOBJS} physio.o vol-salvage.o vol-info.o all: ${DESTDIR}lib/afs/vlib.a \ + ${DESTDIR}lib/afs/libvlib.a \ ${DESTDIR}root.server/usr/afs/bin/salvager \ ${DESTDIR}root.server/usr/afs/bin/volinfo \ gi @@ -50,6 +51,9 @@ ${DESTDIR}root.server/usr/afs/bin/volinfo: volinfo ${DESTDIR}lib/afs/vlib.a: vlib.a ${INSTALL} $? $@ +${DESTDIR}lib/afs/libvlib.a: vlib.a + ${INSTALL} $? $@ + $(DESTDIR)root.server/usr/afs/bin/fs_conv_dux40D: fs_conv_dux40D ${INSTALL} -s $? $@ -- 2.39.5