diff --git a/Makefile.in b/Makefile.in index 137aa59d6..788d7a124 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.56 2000/06/07 03:52:55 steve Exp $" +#ident "$Id: Makefile.in,v 1.57 2000/06/16 18:59:49 steve Exp $" # # SHELL = /bin/sh @@ -131,14 +131,11 @@ lexor_keyword.cc: lexor_keyword.gperf gperf -o -i 7 -C -k 1-3,$$ -L ANSI-C -H keyword_hash -N check_identifier -t lexor_keyword.gperf > lexor_keyword.cc -install: all installdirs $(bindir)/verilog $(bindir)/iverilog $(libdir)/ivl/ivl $(mandir)/man1/iverilog.1 +install: all installdirs $(bindir)/iverilog $(libdir)/ivl/ivl $(mandir)/man1/iverilog.1 cd vpi ; $(MAKE) install cd vvm ; $(MAKE) install cd ivlpp ; $(MAKE) install -$(bindir)/verilog: ./verilog - $(INSTALL_SCRIPT) ./verilog $(bindir)/verilog - $(bindir)/iverilog: ./iverilog $(INSTALL_PROGRAM) ./iverilog $(bindir)/iverilog $(STRIP) $(bindir)/iverilog