From 1e1c24cbce192a7eeae9d7caa3aada7045ea348e Mon Sep 17 00:00:00 2001 From: Edmund Wong Date: Sat, 11 Aug 2012 13:28:20 +0800 Subject: [PATCH] Bug 774584 - Remove $(shell) from browser/locales/Makefile.in. r=glandium --- browser/locales/Makefile.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/browser/locales/Makefile.in b/browser/locales/Makefile.in index 4bb22f77dc54..f42d9f27fbb6 100644 --- a/browser/locales/Makefile.in +++ b/browser/locales/Makefile.in @@ -40,9 +40,6 @@ SUBMAKEFILES += \ # This makefile uses variable overrides from the libs-% target to # build non-default locales to non-default dist/ locations. Be aware! -# XXXCallek Unused? -APP_VERSION := $(shell cat $(srcdir)/../config/version.txt) - PWD := $(CURDIR) # These are defaulted to be compatible with the files the wget-en-US target