summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-25 12:01:49 -0500
committermidipix <writeonce@midipix.org>2018-12-25 12:30:07 -0500
commit028e10ea87b5687ca145278c994e5e0dc856c2b0 (patch)
tree1e1fd27ba796f5b12bd6befbc4efc1f13d7dd556 /Makefile.in
parent6077f13bb01e6f132d6b593387123f3143775050 (diff)
downloadptycon-028e10ea87b5687ca145278c994e5e0dc856c2b0.tar.bz2
ptycon-028e10ea87b5687ca145278c994e5e0dc856c2b0.tar.xz
build system: Makefile.in: flavor.mk depends on version.mk's definitions.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
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