From 3b5ad50e7d3a6af71186292912c0bb8564602ce8 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 19 Apr 1998 13:25:54 +0000 Subject: [PATCH] Never generate neqn at install time (the previous fix for this was incomplete). --- gnu/usr.bin/groff/eqn/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/groff/eqn/Makefile b/gnu/usr.bin/groff/eqn/Makefile index 5ea45a1ac306..5ff6a75850ab 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}