diff options
-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 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} |