From f355cf334c7ab977504d890e48db015f06a8954d Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 14 Mar 2001 19:26:01 +0000 Subject: [PATCH] Stub install and unistall targets. --- vvp/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vvp/Makefile.in b/vvp/Makefile.in index 505c3f57c..d391685d1 100644 --- a/vvp/Makefile.in +++ b/vvp/Makefile.in @@ -16,7 +16,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.2 2001/03/11 22:42:11 steve Exp $" +#ident "$Id: Makefile.in,v 1.3 2001/03/14 19:26:01 steve Exp $" # # SHELL = /bin/sh @@ -80,4 +80,8 @@ lexor.cc: $(srcdir)/lexor.lex flex -s -olexor.cc $(srcdir)/lexor.lex +install: + +uninstall: + -include $(patsubst %.o, dep/%.d, $O)