From 3881889a0f8c1bfb0fe731b074529e26a0cba659 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo <rizzo@icir.org> Date: Tue, 6 Nov 2007 07:26:25 +0000 Subject: [PATCH] don't export variables that can be retrieved from makeopts in child subdirs git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@88898 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index e617a3bbf6..e7d6897fe6 100644 --- a/Makefile +++ b/Makefile @@ -61,12 +61,6 @@ export DOWNLOAD export GREP export ID export OSARCH -export CURSES_DIR -export NCURSES_DIR -export TERMCAP_DIR -export TINFO_DIR -export GTK2_LIB -export GTK2_INCLUDE # even though we could use '-include makeopts' here, use a wildcard # lookup anyway, so that make won't try to build makeopts if it doesn't -- GitLab