From 28ca2a42dea7d2c8b3220a39bedb3306b85f3cf6 Mon Sep 17 00:00:00 2001 From: Cary R Date: Wed, 16 Mar 2011 11:50:59 -0700 Subject: [PATCH] v0.9: Remove the last version.h references --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 2940d43ef..4873545c9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -131,7 +131,7 @@ distclean: clean rm -f stamp-config-h config.h rm -f stamp-_pli_types-h _pli_types.h ifneq (@srcdir@,.) - rm -f version.h version_tag.h check.conf + rm -f version_tag.h check.conf rmdir $(SUBDIRS) $(NOTUSED) endif rm -rf autom4te.cache @@ -249,8 +249,8 @@ iverilog-vpi.pdf: iverilog-vpi.ps $(PS2PDF) iverilog-vpi.ps iverilog-vpi.pdf # For VERSION_TAG in driver/main.c, first try git-describe, then look for a -# version.h file in the source tree (included in snapshots and releases), and -# finally use nothing. +# version_tag.h file in the source tree (included in snapshots and releases), +# and finally use nothing. # "true" and "false" in the next few lines are Unix shell command names ifeq ($(GIT),none)