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:30:05 -0500
commitcc537108ef5614fdc00a0a0834a5643ba561a33b (patch)
tree12d82f4157abe93d3f3b4b0292b2c6f6bf9a6152 /Makefile.in
parent7962bb11f9ef2a71559a5e0c87eaad3017a75d71 (diff)
downloadbcparser-cc537108ef5614fdc00a0a0834a5643ba561a33b.tar.bz2
bcparser-cc537108ef5614fdc00a0a0834a5643ba561a33b.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