aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-01-14 15:43:33 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-01-14 15:43:33 +0000
commit538a97c5f6063de9ef9329bb5eb2a4f21675ef42 (patch)
tree91f1e2b5aaaa9aa00bdc14f6ead070395254909b /Makefile.am
parentda8c1c9fbe9e63bb286e86584bf48082b328162c (diff)
Set correct locale in make-version.pl instead of in Makefiles.
Added back add_custom_command for svnversion.h. Removed unnecessary text2pcap_CLEAN_FILES. Fix indent for ps.c command. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31525 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 61b8e7934b..3cd33e4133 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -498,7 +498,7 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap \
FORCE:
svnversion.h: FORCE
- LANG=C $(PERL) $(srcdir)/make-version.pl $(srcdir)
+ $(PERL) $(srcdir)/make-version.pl $(srcdir)
#
# Build shell scripts by doing variable substitution.