使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
brkho
/
mesa
关注
1
点赞
0
派生
0
代码
版本发布
562
百科
动态
浏览代码
progs/gallium: Fix relative path in Makefile.
tags/mesa-7.9-rc1
Vinson Lee
15 年前
父节点
2ee0d19ccf
当前提交
30d99ff7e0
共有
2 个文件被更改
,包括
2 次插入
和
2 次删除
分列视图
显示文件统计
1
1
src/gallium/tests/trivial/Makefile
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 = \
撰写
预览
正在加载...
取消
保存