From 8401cb0d9a65f3efffb39594f2663d59cedbe091 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Thu, 4 Aug 1994 20:47:46 +0000 Subject: [PATCH] histedit.h is now installed from include. --- lib/libedit/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index 9dc0471b02cd..605766d9debe 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -49,10 +49,4 @@ editline.c: ${OSRCS} test: libedit.a test.o ${CC} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} libedit.a ${LDADD} -ltermcap -beforeinstall: - -cd ${.CURDIR}; cmp -s histedit.h ${DESTDIR}/usr/include/histedit.h > \ - /dev/null 2>&1 || \ - install -c -o ${BINOWN} -g ${BINGRP} -m 444 histedit.h \ - ${DESTDIR}/usr/include - .include