Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile: Remove one remaining instance of EFI_BUILD
Remove one last stray instance of EFI_BUILD.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
  • Loading branch information
H. Peter Anvin committed Feb 10, 2016
1 parent c7e6d51 commit 7284652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diag/Makefile
Expand Up @@ -4,4 +4,4 @@ all tidy dist clean spotless install:
@mkdir -p $(addprefix $(OBJ)/,$(SUBDIRS))
set -e; for d in $(SUBDIRS); \
do $(MAKE) -C $(OBJ)/$$d -f $(SRC)/$$d/Makefile \
SRC="$(SRC)"/$$d OBJ="$(OBJ)"/$$d EFI_BUILD=$(EFI_BUILD) $@; done
SRC="$(SRC)"/$$d OBJ="$(OBJ)"/$$d $@; done

0 comments on commit 7284652

Please sign in to comment.