update make config

This commit is contained in:
Michael Davidsaver
2013-03-30 11:26:07 -04:00
parent 395564ad24
commit 6c0abcb890
4 changed files with 71 additions and 9 deletions

View File

@ -5,4 +5,9 @@ include $(TOP)/configure/CONFIG
TARGETS = $(CONFIG_TARGETS)
CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS)))
TARGETS += CONFIG_PY
include $(TOP)/configure/RULES
CONFIG_PY: $(TOP)/makehelper.py
$(PYTHON) $< $@