Ticket #25565: acpica-unix-20100702-Makefile.diff

File acpica-unix-20100702-Makefile.diff, 870 bytes (added by stepan@…, 14 years ago)

patch against the makefiles, needed to build acpica

  • compiler/Makefile

    diff --git a/compiler/Makefile b/compiler/Makefile
    index 962ab67..c8c477b 100644
    PROG= iasl 
    77ACPICA_SRC =    ..
    88ASL_COMPILER =  $(ACPICA_SRC)/compiler
    99ACPICA_COMMON = $(ACPICA_SRC)/common
    10 ACPICA_CORE =   $(ACPICA_SRC)/components
     10ACPICA_CORE =   $(ACPICA_SRC)
    1111ACPICA_TOOLS =  $(ACPICA_SRC)/tools
    1212ACPICA_OSL =    $(ACPICA_SRC)/os_specific/service_layers
    1313
  • tools/acpiexec/Makefile

    diff --git a/tools/acpiexec/Makefile b/tools/acpiexec/Makefile
    index b9e892a..31f2338 100644
     
    44
    55PROG = acpiexec
    66
    7 ACPICA_SRC =    ../../../source
     7ACPICA_SRC =    ../..
    88ACPICA_COMMON = $(ACPICA_SRC)/common
    9 ACPICA_CORE =   $(ACPICA_SRC)/components
     9ACPICA_CORE =   $(ACPICA_SRC)
    1010ACPICA_TOOLS =  $(ACPICA_SRC)/tools
    1111ACPICA_OSL =    $(ACPICA_SRC)/os_specific/service_layers
    1212