このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
brkho
/
mesa
ウォッチ
1
スター
0
フォーク
0
コード
リリース
562
Wiki
アクティビティ
ソースを参照
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 = \
書き込み
プレビュー
読み込み中…
キャンセル
保存