diff options
author | bde <bde@FreeBSD.org> | 1998-04-19 13:25:54 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-04-19 13:25:54 +0000 |
commit | 9567a1f6a8b78a0e0b876b46b37f2eb013f16b47 (patch) | |
tree | 9c7d9aa879809350be69ee94d6c8671a3cba25cd /gnu | |
parent | 408ddd8b1cdf8d05eaeb7416b975dbf34b59738b (diff) | |
download | FreeBSD-src-9567a1f6a8b78a0e0b876b46b37f2eb013f16b47.zip FreeBSD-src-9567a1f6a8b78a0e0b876b46b37f2eb013f16b47.tar.gz |
Never generate neqn at install time (the previous fix for this was
incomplete).
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/groff/eqn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/eqn/Makefile b/gnu/usr.bin/groff/eqn/Makefile index 5ea45a1..5ff6a75 100644 --- a/gnu/usr.bin/groff/eqn/Makefile +++ b/gnu/usr.bin/groff/eqn/Makefile @@ -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} |