summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-31 20:57:15 -0500
committermidipix <writeonce@midipix.org>2018-12-31 21:09:35 -0500
commit77324fd0ef41731670790b275229795d82fe7832 (patch)
tree0b4e9059323fa8ff604f06408246225a85371299 /Makefile.in
parenta835deb55729bb997a9a25b85307b7c8f277b77b (diff)
downloadsofort-77324fd0ef41731670790b275229795d82fe7832.tar.bz2
sofort-77324fd0ef41731670790b275229795d82fe7832.tar.xz
build system: sofort: refactored, rearranged using distinct sub-folders.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 5 insertions, 5 deletions
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)