aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2005-06-13 16:31:01 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2005-06-13 16:31:01 +0000
commit69315c951ac51ca9caa028ddce4d2ae27eedfb3f (patch)
tree51554f1013e0320203bda927c1cb9f8eae2170ba /Makefile.am
parent1d1f051291c766c825ee4de911dc8cbc4d141b0b (diff)
Read .svn/entries directly instead of calling "svn info", as suggested by
Thomas Anders. This should make things more locale-independent and remove a dependency on "svn" being present. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14620 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6923ea03bb..130b9e82b4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -304,7 +304,7 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap
FORCE:
svnversion.h: FORCE
- $(PERL) $(srcdir)/make-version.pl
+ $(PERL) $(srcdir)/make-version.pl $(srcdir)
#
# Build the short version of the authors file for the about dialog