author | Mike Hommey <mh+mozilla@glandium.org> |
Fri, 05 Sep 2014 10:35:43 +0900 | |
changeset 203642 | 1231f95f48a7ab586c5e21c1c112cd1c24d1ea67 |
parent 203641 | 4ec0be60b1cc285cd8b455e44abfffdb9f56c71a |
child 203723 | b6f79b0ae7c377f9abdb916f9b63905d287054de |
push id | 48729 |
push user | mh@glandium.org |
push date | Fri, 05 Sep 2014 01:36:06 +0000 |
treeherder | mozilla-inbound@1231f95f48a7 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | me |
bugs | 1062668 |
milestone | 35.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
|
Makefile.in | file | annotate | diff | comparison | revisions |
--- a/Makefile.in +++ b/Makefile.in @@ -159,17 +159,17 @@ endif else # !MOZ_PROFILE_USE (normal build) export:: install-manifests binaries:: @$(MAKE) install-manifests NO_REMOVE=1 install_manifests=dist/include endif # For historical reasons that are unknown, $(DIST)/sdk is always blown away # with no regard for PGO passes. This decision could probably be revisited. -export:: install-dist-sdk +export:: install-dist/sdk ifndef JS_STANDALONE ifdef ENABLE_TESTS # Additional makefile targets to call automated test suites include $(topsrcdir)/testing/testsuite-targets.mk endif endif