Bug 601113 - Port |
Bug 543800 - package chrome style tests into .jar file for local testing| to comm-central; (Bv1) (Missed) Makefile.in part.
r=Callek.
--- a/Makefile.in
+++ b/Makefile.in
@@ -84,22 +84,22 @@ maybe_clobber_profiledbuild uploadsymbol
$(MAKE) -C mozilla $@
ifdef ENABLE_TESTS
check mochitest reftest crashtest xpcshell-tests:: $(SUBMAKEFILES)
$(MAKE) -C mozilla $@
mochitest-% :: $(SUBMAKEFILES)
$(MAKE) -C mozilla $@
-endif
ifndef MOZ_THUNDERBIRD
package-tests:: $(SUBMAKEFILES)
$(MAKE) -C mozilla $@
endif
+endif
# http://bugzilla.mozilla.org/show_bug.cgi?id=450485
MAKE_SYM_STORE_PATH=dist/bin
ifeq ($(OS_ARCH),Darwin)
ifdef UNIVERSAL_BINARY
MAKE_SYM_STORE_PATH=dist/universal
endif
endif
@@ -122,9 +122,8 @@ export MOZ_SOURCE_STAMP
DIST_GARBAGE = config.cache config.log config.status config-defs.h \
dependencies.beos config/autoconf.mk \
unallmakefiles comm-config.h \
$(topsrcdir)/.mozconfig.mk $(topsrcdir)/.mozconfig.out
distclean::
cat unallmakefiles | $(XARGS) rm -f
rm -f $(DIST_GARBAGE)
-