Selaa lähdekoodia

progs/gallium: Fix relative path in Makefile.

tags/mesa-7.9-rc1
Vinson Lee 15 vuotta sitten
vanhempi
commit
30d99ff7e0
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1
    1
      src/gallium/tests/trivial/Makefile
  2. 1
    1
      src/gallium/tests/unit/Makefile

+ 1
- 1
src/gallium/tests/trivial/Makefile Näytä tiedosto

@@ -1,6 +1,6 @@
# progs/gallium/simple/Makefile

TOP = ../../..
TOP = ../../../..
include $(TOP)/configs/current

INCLUDES = \

+ 1
- 1
src/gallium/tests/unit/Makefile Näytä tiedosto

@@ -1,6 +1,6 @@
# progs/gallium/simple/Makefile

TOP = ../../..
TOP = ../../../..
include $(TOP)/configs/current

INCLUDES = \

Loading…
Peruuta
Tallenna