diff options
author | midipix <writeonce@midipix.org> | 2018-12-25 02:28:50 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-25 03:19:56 -0500 |
commit | 75ca9ed30f168fedbc9b463936dc239d20f6896c (patch) | |
tree | 2528f0b2911c276a92d28d38909fec52545d6b9a | |
parent | a7085683b9ef12fefb1d2c66f4a9ba936aec133e (diff) | |
download | mdso-75ca9ed30f168fedbc9b463936dc239d20f6896c.tar.bz2 mdso-75ca9ed30f168fedbc9b463936dc239d20f6896c.tar.xz |
build system: sofort: promoted and renamed custom.mk --> flavor.mk.
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | sofort/flavor.mk (renamed from sofort/custom.mk) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 01d7caa..e0029cc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -128,8 +128,8 @@ include ./usrdefs.mk endif include $(PROJECT_DIR)/sofort/defs.mk +include $(PROJECT_DIR)/sofort/flavor.mk include $(PROJECT_DIR)/sofort/version.mk -include $(PROJECT_DIR)/sofort/custom.mk include $(PROJECT_DIR)/sofort/pkgconf.mk include $(PROJECT_DIR)/project/osforce.mk diff --git a/sofort/custom.mk b/sofort/flavor.mk index 8e0bbc4..8e0bbc4 100644 --- a/sofort/custom.mk +++ b/sofort/flavor.mk |