summaryrefslogtreecommitdiff
path: root/com32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'com32/Makefile')
-rw-r--r--com32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/Makefile b/com32/Makefile
index 3e7a7700..5efda1ce 100644
--- a/com32/Makefile
+++ b/com32/Makefile
@@ -6,7 +6,7 @@ subdirs: $(SUBDIRS)
$(SUBDIRS):
@mkdir -p $(OBJ)/$@
$(MAKE) -C $(OBJ)/$@ SRC="$(SRC)"/$@ OBJ="$(OBJ)"/$@/ \
- EFI_BUILD=$(EFI_BUILD) -f $(SRC)/$@/Makefile $(MAKECMDGOALS)
+ -f $(SRC)/$@/Makefile $(MAKECMDGOALS)
all tidy dist clean spotless install: subdirs