diff --git a/src/makeBaseApp/top/configure/Makefile b/src/makeBaseApp/top/configure/Makefile index 0fe06b0ba..3e9979cec 100644 --- a/src/makeBaseApp/top/configure/Makefile +++ b/src/makeBaseApp/top/configure/Makefile @@ -5,7 +5,7 @@ TOP=.. include $(TOP)/configure/CONFIG TARGETS = $(CONFIG_TARGETS) -CONFIGS = $(CONFIG_INSTALLS) +CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS))) include $(TOP)/configure/RULES