aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-07-15 21:09:33 +0000
committerGerald Combs <gerald@wireshark.org>2004-07-15 21:09:33 +0000
commit8106dc0862460d3447a5f9da6d3362a13b7344aa (patch)
treed9f5b21b77dc3f49f9decb45cadfe364bbd9fcfd /Makefile.common
parentb5384b0bd370c891b325b285411d0380a28acda0 (diff)
Convert make-version.pl and the associated cvsversion.h and CVSVERSION
definition to Subversion. "svn info" prints out the last changed date of the repository, so we don't have to go hunting through "CVS/Entries" files anymore. svn path=/trunk/; revision=11379
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 0b6a5dea84..0ccb1a9e49 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -262,7 +262,7 @@ DISSECTOR_SUPPORT_INCLUDES = \
# "BUILT_SOURCES" are built before any "make all" or "make check" targets.
BUILT_SOURCES = \
- cvsversion.h \
+ svnversion.h \
ps.c
# sources common for ethereal and tethereal
@@ -379,7 +379,7 @@ text2pcap_SOURCES = \
mergecap_SOURCES = \
mergecap.c \
merge.c \
- cvsversion.h
+ svnversion.h
# editcap specifics
editcap_SOURCES = \