From cc537108ef5614fdc00a0a0834a5643ba561a33b Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 25 Dec 2018 12:01:49 -0500 Subject: build system: Makefile.in: flavor.mk depends on version.mk's definitions. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') 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 -- cgit v1.2.3