diff options
author | midipix <writeonce@midipix.org> | 2018-12-25 12:01:49 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-25 12:30:07 -0500 |
commit | 313cd69c9c76f8e14bc57e1ec50896ba9c8ba937 (patch) | |
tree | 395654ca9f3dbb0ce240b988e3b4c0cd0a51fc3f | |
parent | 55b8670d0b4b80ec5edbc115aa60da3f9140779c (diff) | |
download | pemagine-313cd69c9c76f8e14bc57e1ec50896ba9c8ba937.tar.bz2 pemagine-313cd69c9c76f8e14bc57e1ec50896ba9c8ba937.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 |