From 60d230c0b778395d5f6f349f3eab60755ae3c183 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 6 Feb 2003 22:21:10 +0000 Subject: [PATCH] Added CONFIG_TARGETS so we build CONFIG_APP_INCLUDE (needed for SHRLIB_SEARCH_DIRS) --- configure/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure/Makefile b/configure/Makefile index 040a0a41f..d0db30b9e 100644 --- a/configure/Makefile +++ b/configure/Makefile @@ -23,4 +23,6 @@ CONFIGS += $(subst ../,,$(wildcard ../RULES*)) CONFIGS += $(subst ../,,$(wildcard ../tools/*.pl)) +TARGETS = $(CONFIG_TARGETS) + include $(TOP)/configure/RULES