From 87dacbe83bd98a1d93d5c90c2c4db6cceeb0b455 Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 3 Jul 1999 23:58:56 +0000 Subject: [PATCH] Install the correct name. --- ivlpp/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ivlpp/Makefile.in b/ivlpp/Makefile.in index 40472e1a6..694af077a 100644 --- a/ivlpp/Makefile.in +++ b/ivlpp/Makefile.in @@ -18,7 +18,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.2 1999/07/03 20:03:47 steve Exp $" +#ident "$Id: Makefile.in,v 1.3 1999/07/03 23:58:56 steve Exp $" # # SHELL = /bin/sh @@ -57,7 +57,7 @@ lexor.c: lexor.lex parse.h parse.c: parse.y bison --verbose -t -d parse.y -o parse.c -install: all installdirs $(bindir)/ivl +install: all installdirs $(bindir)/ivlpp $(bindir)/ivlpp: ivlpp $(INSTALL_PROGRAM) ./ivlpp $(bindir)/ivlpp