From: Ross Philipson Date: Tue, 20 Jan 2009 14:57:22 +0000 (-0500) Subject: Modified IASL build to install to the current build environment not the target. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=de4eca39c7b5a4b3eaed52aa814678589dff7d6f;p=xenclient%2Fxen.git Modified IASL build to install to the current build environment not the target. Changes to be committed: modified: tools/firmware/hvmloader/acpi/Makefile --- 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 $@ $<