From a46b8b84d4809cf10f580c60da110e2b81022805 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 16 Jul 2010 15:40:04 +0000 Subject: [PATCH] aal - don't install yourself as ar; must invoke aal explicitly for ack archives. To make switching to 'ar' for gcc/clang archives smoother in the future. --- commands/aal/Makefile | 1 - share/mk/sys.mk | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/aal/Makefile b/commands/aal/Makefile index 81ada2bf5..44c35dc1d 100644 --- a/commands/aal/Makefile +++ b/commands/aal/Makefile @@ -6,7 +6,6 @@ SRCS= archiver.c print.c rd.c rd_arhdr.c rd_unsig2.c sprint.c \ format.c rd_bytes.c system.c write.c long2str.c CPPFLAGS+= -I${.CURDIR} -DAAL -DSTB -DNDEBUG -DDISTRIBUTION -LINKS+= ${BINDIR}/aal ${BINDIR}/ar MAN= .include diff --git a/share/mk/sys.mk b/share/mk/sys.mk index 61af9f2d0..75b8bccea 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -7,7 +7,7 @@ unix?= We run MINIX. .LIBS: .a -AR?= ar +AR?= aal ARFLAGS?= rl RANLIB?= ranlib -- 2.44.0