We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e6317 commit 465ff03Copy full SHA for 465ff03
CHANGELOG
@@ -3,6 +3,7 @@
3
*******************************************************************************
4
5
=== 1.0.3 ===
6
+* Updated build scripts.
7
8
=== 1.0.2 ===
9
* Updated build scripts.
make/configure.mk
@@ -46,11 +46,11 @@ else
46
X_URL_SUFFIX = _RO
47
endif
48
49
+include $(BASEDIR)/modules.mk
50
+include $(BASEDIR)/project.mk
51
include $(BASEDIR)/make/functions.mk
52
include $(BASEDIR)/make/system.mk
53
include $(BASEDIR)/make/tools.mk
-include $(BASEDIR)/modules.mk
-include $(BASEDIR)/project.mk
54
include $(BASEDIR)/dependencies.mk
55
56
# Compute the full list of dependencies
0 commit comments