From de823de7a882ebc2258db4a5dbd44e19aecd8faf Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 31 Dec 2018 20:57:15 -0500 Subject: build system: sofort: refactored, rearranged using distinct sub-folders. --- Makefile.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 5b8006a..77882ae 100644 --- a/Makefile.in +++ b/Makefile.in @@ -115,10 +115,10 @@ include ./ccenv/native.mk include ./cfgdefs.mk include ./usrdefs.mk -include $(PROJECT_DIR)/sofort/defs.mk -include $(PROJECT_DIR)/sofort/pkgconf.mk -include $(PROJECT_DIR)/sofort/version.mk -include $(PROJECT_DIR)/sofort/flavor.mk +include $(PROJECT_DIR)/sofort/core/defs.mk +include $(PROJECT_DIR)/sofort/core/pkgconf.mk +include $(PROJECT_DIR)/sofort/core/version.mk +include $(PROJECT_DIR)/sofort/core/flavor.mk include $(PROJECT_DIR)/project/osforce.mk include $(PROJECT_DIR)/project/tree.mk @@ -252,7 +252,7 @@ host.tag: Makefile mv host.tmp host.tag version.tag: $(GIT_REFERENCE_INDEX) dirs.tag - $(PROJECT_DIR)/sofort/version.sh \ + $(PROJECT_DIR)/sofort/tools/version.sh \ -s $(SOURCE_DIR) \ -o build/$(PACKAGE)_version.h \ -p $(PACKAGE) -- cgit v1.2.3