From 21c19488ab9174adbafea557d6fa67ebde1e8a72 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 23 Apr 2001 07:14:05 +0000 Subject: [PATCH] STABLE10-update-libuafs-install-procedure-20010423 to deal with tweaks make so pinstall can be left uninstalled on darwin port --- src/libuafs/Makefile.common | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/libuafs/Makefile.common b/src/libuafs/Makefile.common index 607b38735..09dcd54e0 100644 --- a/src/libuafs/Makefile.common +++ b/src/libuafs/Makefile.common @@ -35,9 +35,11 @@ ukinsthdrs: ${INSTALL} afs/sysincludes.h ${DESTDIR}root.perf/include/afs ${INSTALL} afs/afs_usrops.h ${DESTDIR}root.perf/include/afs -ukinstall: ukinsthdrs UAFS/$(LIBUAFS) linktest +ukinstlibs: ${INSTALL} des/libdes.a ${DESTDIR}root.perf/lib - ${INSTALL} UAFS/$(LIBUAFS) ${DESTDIR}root.perf/lib + ${INSTALL} UAFS/$(LIBUAFS) ${DESTDIR}root.perf/lib + +ukinstall: ukinsthdrs ukinstlibs UAFS/$(LIBUAFS) linktest linktest: UAFS/$(LIBUAFS) des/libdes.a $(CC) $(TEST_CFLAGS) $(TEST_LDFLAGS) -o linktest linktest.c -I${DESTDIR}include -I${DESTDIR}include/rx -I${DESTDIR}root.perf/include ${DESTDIR}root.perf/lib/$(LIBUAFS) ${DESTDIR}root.perf/lib/libdes.a $(TEST_LIBS) -- 2.39.5