From c13e172b78d460484bb64911553e720fe13c4200 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Sat, 17 Oct 2009 06:45:06 -0700 Subject: makefile: export CONFIGURE_FLAGS variable Signed-off-by: Steven Noonan --- crawl-ref/source/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source') diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile index 12a4636d72..dbbc5ca8dc 100644 --- a/crawl-ref/source/makefile +++ b/crawl-ref/source/makefile @@ -51,6 +51,7 @@ export CC export CXX export CFLAGS export MAKEFLAGS +export CONFIGURE_FLAGS LIBPCRE := contrib/install/lib/libpcre.a LIBSDL := contrib/install/lib/libSDL.a -- cgit v1.2.3-54-g00ecf