summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel.morph12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel.morph b/devel.morph
index 7fba01d..7468478 100644
--- a/devel.morph
+++ b/devel.morph
@@ -47,6 +47,12 @@
"build-depends": [ "mpc", "binutils", "eglibc" ]
},
{
+ "name": "make",
+ "repo": "upstream:make",
+ "ref": "baserock/morph",
+ "build-depends": [ "gcc" ]
+ },
+ {
"name": "patch",
"repo": "upstream:patch",
"ref": "baserock/morph",
@@ -178,12 +184,6 @@
"build-depends": [ "make" ]
},
{
- "name": "make",
- "repo": "upstream:make",
- "ref": "baserock/morph",
- "build-depends": [ "gcc" ]
- },
- {
"name": "gtk-doc-stub",
"repo": "upstream:gtk-doc-stub",
"ref": "master",