Skip to content

Commit 465ff03

Browse files
committed
Updated build scripts
1 parent 19e6317 commit 465ff03

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*******************************************************************************
44

55
=== 1.0.3 ===
6+
* Updated build scripts.
67

78
=== 1.0.2 ===
89
* Updated build scripts.

make/configure.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ else
4646
X_URL_SUFFIX = _RO
4747
endif
4848

49+
include $(BASEDIR)/modules.mk
50+
include $(BASEDIR)/project.mk
4951
include $(BASEDIR)/make/functions.mk
5052
include $(BASEDIR)/make/system.mk
5153
include $(BASEDIR)/make/tools.mk
52-
include $(BASEDIR)/modules.mk
53-
include $(BASEDIR)/project.mk
5454
include $(BASEDIR)/dependencies.mk
5555

5656
# Compute the full list of dependencies

0 commit comments

Comments
 (0)