This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
progs/gallium: Fix relative path in Makefile.
tags/mesa-7.9-rc1
Vinson Lee
15 years ago
parent
2ee0d19ccf
commit
30d99ff7e0
2 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
1
1
src/gallium/tests/trivial/Makefile
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 = \
Write
Preview
Loading…
Cancel
Save