mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
Never generate neqn at install time (the previous fix for this was
incomplete).
This commit is contained in:
parent
e6bb224e43
commit
3b5ad50e7d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35292
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user