From: Derrick Brashear Date: Tue, 27 Mar 2001 09:57:15 +0000 (+0000) Subject: update-libuafs-install-procedure-20010327 X-Git-Tag: BP-openafs-devel-autoconf~12 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ba4157f839bcb961d83726f44a20f3aa8c07d8d9;p=packages%2Fo%2Fopenafs.git update-libuafs-install-procedure-20010327 to deal with tweaks make so pinstall can be left uninstalled on darwin port --- 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)