Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.config
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-29 16:18:29 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-29 16:18:29 (GMT)
commit05b2c03cf3971303354b3a188fbbb0bbb8d554fc (patch)
tree48d3cd2f58036285e00fb9a1537206d514aa2eea /Makefile.config
parent19843bd69f1ca9085e0126c6fe19a042f31cbe3f (diff)
Make json configs a bit smarter
To get rid of the duplication in deps
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.config b/Makefile.config
index 4d91956..913c8f8 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -5,10 +5,9 @@ CONFIG_DEPS_DIR=config/deps
CONFIG_DEPS= \
$(CONFIG_DEPS_DIR)/prerequisites.json \
$(CONFIG_DEPS_DIR)/sugar-build.json \
- $(CONFIG_DEPS_DIR)/sugar-buildtime-3.4.json \
- $(CONFIG_DEPS_DIR)/sugar-buildtime-3.6.json \
- $(CONFIG_DEPS_DIR)/sugar-runtime-3.4.json \
- $(CONFIG_DEPS_DIR)/sugar-runtime-3.6.json \
+ $(CONFIG_DEPS_DIR)/sugar-buildtime.json \
+ $(CONFIG_DEPS_DIR)/sugar-buildtime.json \
+ $(CONFIG_DEPS_DIR)/sugar-runtime.json \
$(CONFIG_DEPS_DIR)/system.json
CONFIG_MODULES_DIR=config/modules