From ba4157f839bcb961d83726f44a20f3aa8c07d8d9 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 27 Mar 2001 09:57:15 +0000 Subject: [PATCH] update-libuafs-install-procedure-20010327 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 607b387352..09dcd54e0f 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)