From 18453f1ad311a2e9c695226e9f535bcd32d6f502 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 2 Apr 2001 12:06:00 +0000 Subject: [PATCH] Do not override `realinstall' target, use ${PROGNAME}. --- usr.bin/xlint/xlint/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/usr.bin/xlint/xlint/Makefile b/usr.bin/xlint/xlint/Makefile index f2a1cfa08cce..fdb584b2ee58 100644 --- a/usr.bin/xlint/xlint/Makefile +++ b/usr.bin/xlint/xlint/Makefile @@ -4,15 +4,11 @@ .PATH: ${.CURDIR}/../lint1 PROG= xlint +PROGNAME=lint SRCS= xlint.c mem.c MAN= lint.1 CFLAGS+=-I${.CURDIR}/../lint1 -realinstall: - ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${PROG} ${DESTDIR}${BINDIR}/lint - - .include "${.CURDIR}/../../Makefile.inc" .include