diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile index d00c75fceef..a4e42da34eb 100644 --- a/gnu/lib/libdialog/Makefile +++ b/gnu/lib/libdialog/Makefile @@ -1,5 +1,5 @@ # Makefile for libdialog -# $Id: Makefile,v 1.14 1995/12/23 01:10:14 jkh Exp $ +# $Id: Makefile,v 1.16 1996/02/09 16:19:16 mpp Exp $ LIB= dialog MAN3= dialog.3 @@ -12,9 +12,6 @@ SRCS= kernel.c rc.c checklist.c inputbox.c menubox.c msgbox.c \ CFLAGS+= -I${.CURDIR} -Wall -Wstrict-prototypes -DLOCALE -LDADD+= -lncurses -lmytinfo -DPADD+= ${LIBNCURSES} ${LIBMYTINFO} - beforeinstall: -cd ${.CURDIR}; cmp -s dialog.h ${DESTDIR}/usr/include/dialog.h || \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 dialog.h \