Skip to content

Commit

Permalink
v0.9: Remove the last version.h references
Browse files Browse the repository at this point in the history
  • Loading branch information
caryr authored and steveicarus committed Mar 17, 2011
1 parent 7011019 commit 28ca2a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 28ca2a4

Please sign in to comment.