Skip to content

Commit

Permalink
remember to uninstall _pli_types.h
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed Mar 13, 2003
1 parent 8188e8f commit fd95cff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile.in
Expand Up @@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.146 2003/02/27 22:13:22 steve Exp $"
#ident "$Id: Makefile.in,v 1.147 2003/03/13 16:33:25 steve Exp $"
#
#
SHELL = /bin/sh
Expand Down Expand Up @@ -184,7 +184,7 @@ syn-rules.cc: $(srcdir)/syn-rules.y
lexor.cc: $(srcdir)/lexor.lex
$(LEX) -PVL -s -olexor.cc $(srcdir)/lexor.lex

lexor_keyword.o: lexor_keyword.cc
lexor_keyword.o: lexor_keyword.cc parse.h

lexor_keyword.cc: lexor_keyword.gperf
gperf -o -i 7 -C -k 1-3,$$ -L ANSI-C -H keyword_hash -N check_identifier -t $(srcdir)/lexor_keyword.gperf > lexor_keyword.cc || (rm -f lexor_keyword.cc ; false)
Expand Down Expand Up @@ -284,6 +284,7 @@ uninstall:
rm -f $(bindir)/gverilog@EXEEXT@
rm -f $(includedir)/ivl_target.h
rm -f $(includedir)/vpi_user.h
rm -f $(includedir)/_pli_types.h
rm -f $(includedir)/acc_user.h
rm -f $(includedir)/veriuser.h
rm -f $(mandir)/man1/iverilog-vpi.1
Expand Down

0 comments on commit fd95cff

Please sign in to comment.