diff options
author | midipix <writeonce@midipix.org> | 2018-12-25 12:01:49 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-25 12:03:11 -0500 |
commit | 9824cf521aebb6537e1ea1e2d94878fe70454e95 (patch) | |
tree | 854d9950e0edf7de380d55ac55ecff577b38770e | |
parent | c281230942f348f084d08ea438b3b906a29770af (diff) | |
download | sbpython2-9824cf521aebb6537e1ea1e2d94878fe70454e95.tar.bz2 sbpython2-9824cf521aebb6537e1ea1e2d94878fe70454e95.tar.xz |
build system: Makefile.in: flavor.mk depends on version.mk's definitions.
-rw-r--r-- | Makefile.in | 4 |
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 |