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 | ac856a6db824f76b164cee7dc6c4ba6766fe883c (patch) | |
tree | fe9b1681e691453f106ed9c6d93d8e69b1d3dfce | |
parent | 248ad439a1e80fef3ed91c19bedc38571fc757a3 (diff) | |
download | w32lib-ac856a6db824f76b164cee7dc6c4ba6766fe883c.tar.bz2 w32lib-ac856a6db824f76b164cee7dc6c4ba6766fe883c.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 |