From d1a3a2275d5ac67490f3f1234c028970e722fa89 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 23 Apr 2001 07:14:59 +0000 Subject: [PATCH] STABLE10-install-util-archive-also-as-libafsutil-20010423 install util.a as libafsutil.a --- src/util/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/Makefile b/src/util/Makefile index 30abb0b80..cb021f421 100644 --- a/src/util/Makefile +++ b/src/util/Makefile @@ -33,6 +33,7 @@ install0: ${DESTDIR}include/afs/dirpath.h \ ${DESTDIR}include/afs/pthread_nosigs.h \ ${objects} util.a ${DESTDIR}bin/sys ${someheaders} doc ${INSTALL} util.a ${DESTDIR}lib/afs + ${INSTALL} util.a ${DESTDIR}lib/afs/libafsutil.a ${INSTALL} assert.h errors.h vice.h remote.h ktime.h fileutil.h \ netutils.h packages.h afsutil.h pthread_glock.h \ afs_atomlist.h afs_lhash.h \ -- 2.39.5