Never generate neqn at install time (the previous fix for this was

incomplete).
This commit is contained in:
Bruce Evans 1998-04-19 13:25:54 +00:00
parent e6bb224e43
commit 3b5ad50e7d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35292

View file

@ -1,4 +1,4 @@
# $Id$
# $Id: Makefile,v 1.10 1998/03/20 12:03:53 bde Exp $
PROG= eqn
SRCS= eqn.cc eqn.tab.h main.cc lex.cc \
@ -12,7 +12,7 @@ CLEANFILES= eqn.cc eqn.tab.h ${MAN1} neqn y.tab.c y.tab.h
all: neqn
beforeinstall: neqn
beforeinstall:
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} neqn \
${DESTDIR}${BINDIR}