]> xenbits.xen.org Git - xenclient/xen.git/commitdiff
Modified IASL build to install to the current build environment not the target.
authorRoss Philipson <ross.philipson@citrix.com>
Tue, 20 Jan 2009 14:57:22 +0000 (09:57 -0500)
committerRoss Philipson <ross.philipson@citrix.com>
Tue, 20 Jan 2009 14:57:22 +0000 (09:57 -0500)
 Changes to be committed:
modified:   tools/firmware/hvmloader/acpi/Makefile

tools/firmware/hvmloader/acpi/Makefile

index 6eea094dddbb8a395ee3e2f6437b59d3cbfd02bd..30ef30ec79cc0d066c7cdd795e3080169b0d848f 100644 (file)
@@ -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 $@ $<