From e3144c393229706f1c45cb9ef3070c19c33e59fb Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Wed, 25 Jun 1997 09:49:06 +0000 Subject: [PATCH] Pull histedit.h out, it lives in /usr/src/include, not here. --- lib/libedit/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index cbe5e1fc53f..f59b463e3bb 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -24,7 +24,6 @@ MLINKS= editline.3 el_init.3 editline.3 el_end.3 editline.3 el_reset.3 \ SRCS= editline.c tokenizer.c history.c SRCS+= common.h emacs.h fcns.h help.h vi.h -HEADERS=histedit.h CLEANFILES+=common.h editline.c emacs.h fcns.c fcns.h help.c help.h vi.h CFLAGS+=-I. -I${.CURDIR} @@ -63,8 +62,4 @@ editline.c: ${OSRCS} test: test.o libedit.a ${DPADD} ${LIBTERMCAP} ${CC} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} libedit.a ${LDADD} -beforeinstall: - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ - ${.CURDIR}/histedit.h ${DESTDIR}/usr/include - .include