aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-01-14 15:43:33 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-01-14 15:43:33 +0000
commit229d8368bc101299d8f8de30d27f3e98c9efc6f7 (patch)
tree91f1e2b5aaaa9aa00bdc14f6ead070395254909b /Makefile.am
parent0e3ba74734a19a7208b45fbb810930db2133f221 (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. svn path=/trunk/; revision=31525
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.