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.
This commit is contained in:
parent
b05c989298
commit
a46b8b84d4
2 changed files with 1 additions and 2 deletions
|
@ -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 <bsd.prog.mk>
|
||||
|
|
|
@ -7,7 +7,7 @@ unix?= We run MINIX.
|
|||
|
||||
.LIBS: .a
|
||||
|
||||
AR?= ar
|
||||
AR?= aal
|
||||
ARFLAGS?= rl
|
||||
RANLIB?= ranlib
|
||||
|
||||
|
|
Loading…
Reference in a new issue