X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=Makefile.tpl;h=f12252b2c43fe4428297606040b4c30c527e408f;hb=8deaa05e79c32747f1f795c3f47aa77f8348a158;hp=43614c1ca02fc72a222866cdceab7bc6afbf736d;hpb=e8a5fa9c74722cf96092da2231e5d55c34808f0f;p=deliverable%2Fbinutils-gdb.git diff --git a/Makefile.tpl b/Makefile.tpl index 43614c1ca0..f12252b2c4 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -143,6 +143,8 @@ 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 @@ -337,6 +339,8 @@ BOOT_CFLAGS= -g -O2 BOOT_LDFLAGS= BOOT_ADAFLAGS=-gnatpg -gnata +AWK = @AWK@ +SED = @SED@ BISON = @BISON@ YACC = @YACC@ FLEX = @FLEX@