From 4eb471594189cc4b942964d9bf82ec13e025317a Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 12 Mar 2001 17:14:39 +0000 Subject: [PATCH] Added wildcard to CONFIGS definition. --- src/makeBaseApp/top/configure/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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