Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps

This commit is contained in:
Mike Hommey
2013-09-05 09:01:46 +09:00
parent 6d6441f63b
commit b207d5baf7
1014 changed files with 0 additions and 8752 deletions

View File

@@ -2,14 +2,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
relativesrcdir = @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
MOCHITEST_BROWSER_FILES = \
head.js \
browser_405664.js \
@@ -36,5 +28,3 @@ pp_mochitest_browser_files_PATH := $(DEPTH)/_tests/testing/mochitest/browser/$(r
pp_mochitest_browser_files_FLAGS := -DMOZ_DISTRIBUTION_ID=$(MOZ_DISTRIBUTION_ID)
PP_TARGETS += pp_mochitest_browser_files
endif # ENABLE_TESTS
include $(topsrcdir)/config/rules.mk