Stub install and unistall targets.

This commit is contained in:
steve 2001-03-14 19:26:01 +00:00
parent 01c5321208
commit f355cf334c
1 changed files with 5 additions and 1 deletions

View File

@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330 # 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA # 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 SHELL = /bin/sh
@ -80,4 +80,8 @@ lexor.cc: $(srcdir)/lexor.lex
flex -s -olexor.cc $(srcdir)/lexor.lex flex -s -olexor.cc $(srcdir)/lexor.lex
install:
uninstall:
-include $(patsubst %.o, dep/%.d, $O) -include $(patsubst %.o, dep/%.d, $O)