Browse Source

progs/gallium: Fix relative path in Makefile.

tags/mesa-7.9-rc1
Vinson Lee 15 years ago
parent
commit
30d99ff7e0
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      src/gallium/tests/trivial/Makefile
  2. 1
    1
      src/gallium/tests/unit/Makefile

+ 1
- 1
src/gallium/tests/trivial/Makefile View File

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

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

INCLUDES = \

+ 1
- 1
src/gallium/tests/unit/Makefile View File

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

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

INCLUDES = \

Loading…
Cancel
Save