summaryrefslogtreecommitdiff
path: root/lib/wx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wx/Makefile')
-rw-r--r--lib/wx/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/wx/Makefile b/lib/wx/Makefile
index c73baa9f6e..f471824a14 100644
--- a/lib/wx/Makefile
+++ b/lib/wx/Makefile
@@ -1,7 +1,7 @@
#
# %CopyrightBegin%
#
-# Copyright Ericsson AB 2008-2021. All Rights Reserved.
+# Copyright Ericsson AB 2008-2022. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -19,12 +19,11 @@
#
include ./vsn.mk
+include ./config.mk
ifdef TERTIARY_BOOTSTRAP
- INSIDE_ERLSRC = true
SUBDIRS = src
else # Normal build
- include ./config.mk
SUBDIRS = src
ifeq ($(CAN_BUILD_DRIVER), true)
SUBDIRS += c_src
@@ -41,4 +40,6 @@ SUB_DIRECTORIES=$(SUBDIRS)
include $(ERL_TOP)/make/otp_subdir.mk
+TEST_NEEDS_RELEASE=true
+
include $(ERL_TOP)/make/app_targets.mk