aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin (Intel) <hpa@zytor.com>2019-03-23 16:49:48 -0700
committerH. Peter Anvin (Intel) <hpa@zytor.com>2019-03-23 16:49:48 -0700
commit6be0597ff1d1d4f2c3b0a6d283b04caafc29016d (patch)
tree83cc46784667240c85c2d7b4df5f406c464e1e93
parent177f4776149974560a2bc12bd16c52f404949b5c (diff)
downloadsyslinux-6be0597ff1d1d4f2c3b0a6d283b04caafc29016d.tar.gz
syslinux-6be0597ff1d1d4f2c3b0a6d283b04caafc29016d.tar.xz
syslinux-6be0597ff1d1d4f2c3b0a6d283b04caafc29016d.zip
com32/efi/Makefile: undo hacks after upstream fix
Broken hacks no longer desired (never worked, really.) Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
-rw-r--r--com32/efi/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/com32/efi/Makefile b/com32/efi/Makefile
index d5ccd86f..dd367e6b 100644
--- a/com32/efi/Makefile
+++ b/com32/efi/Makefile
@@ -18,10 +18,6 @@ all: libefi
EFISRC = $(SRC)/gnu-efi
EFIOBJ = $(OBJ)/gnu-efi
-# This is a hack due to missing rules in gnu-efi/Make.rules
-# Also note make rather than $(MAKE) below.
-unexport MAKEFLAGS
-
EFIMAKE = make -C '$(EFIOBJ)' \
SRCDIR='$(EFISRC)' \
HOSTCC='$(CC_FOR_BUILD)' \