From b3c060ba9854ec42e01fb0232c71ce3bcbb45989 Mon Sep 17 00:00:00 2001 From: mycroft Date: Mon, 26 Apr 1993 03:55:58 +0000 Subject: [PATCH] Define `realinstall' target, not `install', and let bsd.prog.mk do dependencies. --- share/zoneinfo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile index f47cb3e9b10d..f58622bc1919 100644 --- a/share/zoneinfo/Makefile +++ b/share/zoneinfo/Makefile @@ -129,7 +129,7 @@ posix_right: posix_only other_two right_posix: right_only other_two -install: maninstall ${DATA} ${REDO} +realinstall: ${DATA} ${REDO} (cd ${.CURDIR}/datfiles; \ ../obj/zic -d ${TZDIR} -p ${POSIXRULES}) /bin/rm -f ${DESTDIR}/etc/localtime