浏览代码

progs/gallium: Fix relative path in Makefile.

tags/mesa-7.9-rc1
Vinson Lee 15 年前
父节点
当前提交
30d99ff7e0
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      src/gallium/tests/trivial/Makefile
  2. 1
    1
      src/gallium/tests/unit/Makefile

+ 1
- 1
src/gallium/tests/trivial/Makefile 查看文件

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

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

INCLUDES = \

+ 1
- 1
src/gallium/tests/unit/Makefile 查看文件

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

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

INCLUDES = \

正在加载...
取消
保存