]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - Makefile
Fix for bug #60085: compilation error due to build system. The LANGUAGE variable...
[u/mrichter/AliRoot.git] / Makefile
index ae5aa5c54eb99d85b145534270ad22009d82b511..2293417d026ba0da9ab4c485d749fbe6dc787bb4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -186,7 +186,7 @@ ALILIBS           := -L$(LIBDIR) -lMUON -lTPC -lPMD -lTRD -lFMD -lTOF \
 LIBS := $(ROOTCLIBS) $(ROOTPLIBS) $(SYSLIBS)
 
 ARVERSIONFILE := $(EXPORTDIR)/ARVersion.h
-SVNREV        := $(strip $(shell LANG=C svn info | grep "Last Changed Rev:" | \
+SVNREV        := $(strip $(shell LANG=C LANGUAGE=C svn info | grep "Last Changed Rev:" | \
                                 cut -d: -f2 ))
 SVNBRANCH     := $(subst //alisoft.cern.ch/AliRoot/,,$(shell svn info | grep "URL:" | cut -d: -f3 ))