From 6579f34131bcc90bb095184a1ab0c491ba0b59b5 Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 6 Aug 1995 12:24:38 +0000 Subject: Change `install' to `${INSTALL}' so that default install flags can be specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary. --- lib/libc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 122e158..a5ac9e5 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -53,7 +53,7 @@ libkern.${MACHINE}:: ${KMSRCS} .endif #beforeinstall: tags -# install -c -o bin -g bin -m 444 tags /var/db/libc.tags +# ${INSTALL} -c -o bin -g bin -m 444 tags /var/db/libc.tags tags: ${SRCS} ctags ${.ALLSRC:M*.c} -- cgit v1.1