diff options
author | Michael Brown | 2007-12-07 21:25:02 +0100 |
---|---|---|
committer | Michael Brown | 2007-12-07 21:25:02 +0100 |
commit | 3ab571006ef76d839e1eb24d11c62630c9757dfb (patch) | |
tree | 807f5a916b3e8d01a4c375a7af6bc2179b4b139f /src/Makefile | |
parent | Ignore .echocheck internal housekeeping file. (diff) | |
download | ipxe-3ab571006ef76d839e1eb24d11c62630c9757dfb.tar.gz ipxe-3ab571006ef76d839e1eb24d11c62630c9757dfb.tar.xz ipxe-3ab571006ef76d839e1eb24d11c62630c9757dfb.zip |
Yet another attempt to autodetect an appropriate "echo -e".
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index a65ce2bc..181537ea 100644 --- a/src/Makefile +++ b/src/Makefile @@ -73,6 +73,7 @@ TOUCH ?= touch MKDIR ?= mkdir CP ?= cp ECHO ?= echo +PRINTF ?= printf PERL ?= /usr/bin/perl CC ?= $(CROSS_COMPILE)gcc AS ?= $(CROSS_COMPILE)as |