23601539 Update Thunderbird to version 45.1.0 (fix evaluation build)
authorStacy Yeh <stacy.yeh@oracle.com>
Fri, 22 Jul 2016 09:17:47 -0700
changeset 6454 dfa9a292557b
parent 6451 680395ed1e35
child 6455 77bad084980c
23601539 Update Thunderbird to version 45.1.0 (fix evaluation build)
components/desktop/thunderbird/Makefile
--- a/components/desktop/thunderbird/Makefile	Thu Jul 21 21:07:53 2016 -0700
+++ b/components/desktop/thunderbird/Makefile	Fri Jul 22 09:17:47 2016 -0700
@@ -84,8 +84,6 @@
 #COPY_COMMON_FILES_3:= \
 #    $(shell /usr/bin/rm -f $(PATCH_DIR)/firefox*42*.patch $(PATCH_DIR)/firefox*46*.patch)
 
-include $(WS_MAKE_RULES)/common.mk
-
 # Depends on libsmbclient but samba is on the do-not-publish list, so this
 # must be too.
 ifeq ($(BUILD_TYPE), evaluation)
@@ -94,6 +92,8 @@
 PUBLISH_STAMP=
 endif
 
+include $(WS_MAKE_RULES)/common.mk
+
 # /usr/sbin needed for dtrace.
 PATH =         $(dirname $(CC)):/usr/gnu/bin:/usr/bin:/usr/sbin