author | Rob Campbell <rcampbell@mozilla.com> |
Tue, 16 Aug 2011 12:06:28 -0300 | |
changeset 75385 | b44e9053d17d40417911a7b0ac1f209117b1814e |
parent 75384 | 87995d2de00c5df79b33c20bbfab4b89414ae62a |
child 75386 | e765c8f565c63da5550aa59bf5d6358a4392fee0 |
push id | 21011 |
push user | rcampbell@mozilla.com |
push date | Tue, 16 Aug 2011 15:35:10 +0000 |
treeherder | mozilla-central@e765c8f565c6 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | dolske |
bugs | 678021 |
milestone | 8.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/Makefile.in +++ b/browser/Makefile.in @@ -40,23 +40,23 @@ topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ include $(topsrcdir)/config/config.mk PARALLEL_DIRS = \ base \ components \ - devtools \ fuel \ locales \ themes \ $(NULL) DIRS = \ + devtools \ app \ $(NULL) ifeq ($(OS_ARCH),WINNT) ifdef MOZ_INSTALLER DIRS += installer/windows endif endif