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-26 21:15:33 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-26 21:15:33 (GMT)
commit8ac3ac25a88116a137e7c1142648d09366af41df (patch)
tree79d5e0a777b3e1d1cfc117efcf4333ab563d6ef8 /Makefile.config
parentf67616f4a1b6d6f06c47f288538d8fb1d72c1801 (diff)
Make target name a bit more generic
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config b/Makefile.config
index dde82f2..c3d6cb3 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -27,6 +27,6 @@ OONFIG_PACKAGES= \
$(CONFIG_PACKAGES_DIR)/deps-3.4.json \
$(CONFIG_PACKAGES_DIR)/deps-3.6.json
-json-normalize:
+config-normalize:
@$(JSON_NORMALIZE) $(CONFIG_MODULES) $(OONFIG_PACKAGES)
@$(JSON_NORMALIZE) --sort-by name $(CONFIG_DEPS)