From de4eca39c7b5a4b3eaed52aa814678589dff7d6f Mon Sep 17 00:00:00 2001 From: Ross Philipson Date: Tue, 20 Jan 2009 09:57:22 -0500 Subject: [PATCH] Modified IASL build to install to the current build environment not the target. Changes to be committed: modified: tools/firmware/hvmloader/acpi/Makefile --- tools/firmware/hvmloader/acpi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/firmware/hvmloader/acpi/Makefile b/tools/firmware/hvmloader/acpi/Makefile index 6eea094..30ef30e 100644 --- a/tools/firmware/hvmloader/acpi/Makefile +++ b/tools/firmware/hvmloader/acpi/Makefile @@ -63,7 +63,7 @@ iasl: wget $(IASL_URL) tar xzf $(IASL_VER).tar.gz make -C $(IASL_VER)/compiler - $(INSTALL_PROG) $(IASL_VER)/compiler/iasl $(DESTDIR)$(BINDIR)/iasl + $(INSTALL_PROG) $(IASL_VER)/compiler/iasl /$(BINDIR)/iasl %.o: %.c $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< -- 2.39.5