summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-25 12:01:49 -0500
committermidipix <writeonce@midipix.org>2018-12-25 12:03:11 -0500
commit49db7eda7f0695f3aa5927d0b7965d20c73ef5e1 (patch)
treec37d2f2eafe09f895cd21a49bf1790250a0cd8d9 /Makefile.in
parent5e794e79288b878723c52eb7db50f09b0f57d32d (diff)
downloadsbpython3-49db7eda7f0695f3aa5927d0b7965d20c73ef5e1.tar.bz2
sbpython3-49db7eda7f0695f3aa5927d0b7965d20c73ef5e1.tar.xz
build system: Makefile.in: flavor.mk depends on version.mk's definitions.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index f6c7a2c..e0d4452 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -123,9 +123,9 @@ include ./cfgdefs.mk
include ./usrdefs.mk
include $(PROJECT_DIR)/sofort/defs.mk
-include $(PROJECT_DIR)/sofort/flavor.mk
-include $(PROJECT_DIR)/sofort/version.mk
include $(PROJECT_DIR)/sofort/pkgconf.mk
+include $(PROJECT_DIR)/sofort/version.mk
+include $(PROJECT_DIR)/sofort/flavor.mk
include $(PROJECT_DIR)/project/osforce.mk
include $(PROJECT_DIR)/project/tree.mk