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 | 341dd9e7340d67bce22f804de80a031e72b32493 (patch) | |
tree | 64901101e0bbaabee707260ae78b9601e757b0ba | |
parent | c5505031a099c76534a0366d30e4582a0b265ec8 (diff) | |
download | perk-341dd9e7340d67bce22f804de80a031e72b32493.tar.bz2 perk-341dd9e7340d67bce22f804de80a031e72b32493.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 |