From d2f67f65f7a477ab4e37f6a25e978bdd763f830f Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 18 Oct 2004 22:18:23 +0000 Subject: uniq(1) is not an install tool, and using it was causing "uniq: not found" during the installworld. Spotted by: Roman Neuhauser --- lib/libmagic/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libmagic') diff --git a/lib/libmagic/Makefile b/lib/libmagic/Makefile index 632ff43..87cf3be 100644 --- a/lib/libmagic/Makefile +++ b/lib/libmagic/Makefile @@ -45,8 +45,8 @@ mkmagic: apprentice.c funcs.c magic.c print.c ${CC} -DHAVE_CONFIG_H -DCOMPILE_ONLY \ -I${.CURDIR} -I${CONTRDIR} -o ${.TARGET} ${.ALLSRC} -FILEVER!= awk '$$1 == "\#define" && $$2 == "VERSION" { print $$3 }' \ - ${.CURDIR}/config.h | uniq +FILEVER!= awk '$$1 == "\#define" && $$2 == "VERSION" { print $$3; exit }' \ + ${.CURDIR}/config.h CLEANFILES+= ${MAN} .for mp in ${MAN} ${mp}: ${mp:C/[0-9]/man/} -- cgit v1.1