From 9d6e0833bc71d602c7e6bf4692de3c8eb63cb819 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 31 Jul 2005 22:50:17 +0000 Subject: patch by pkj in Bug 3 to not export all make variables --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index aea89628f..12a4f36d0 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ ifndef top_builddir top_builddir=$(CURDIR) endif -srctree=$(top_srcdir) +export srctree=$(top_srcdir) vpath %/Config.in $(srctree) include $(top_builddir)/Rules.mak -- cgit v1.2.3