Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index f12252b2c..43614c1ca 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -143,8 +143,6 @@ BASE_EXPORTS = \
BISON="$(BISON)"; export BISON; \
YACC="$(YACC)"; export YACC; \
M4="$(M4)"; export M4; \
- SED="$(SED)"; export SED; \
- AWK="$(AWK)"; export AWK; \
MAKEINFO="$(MAKEINFO)"; export MAKEINFO;
# This is the list of variables to export in the environment when
@@ -339,8 +337,6 @@ BOOT_CFLAGS= -g -O2
BOOT_LDFLAGS=
BOOT_ADAFLAGS=-gnatpg -gnata
-AWK = @AWK@
-SED = @SED@
BISON = @BISON@
YACC = @YACC@
FLEX = @FLEX@