Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
brkho
/
mesa
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Versions
562
Wiki
Activité
Parcourir la source
progs/gallium: Fix relative path in Makefile.
tags/mesa-7.9-rc1
Vinson Lee
il y a 15 ans
Parent
2ee0d19ccf
révision
30d99ff7e0
2 fichiers modifiés
avec
2 ajouts
et
2 suppressions
Vue séparée
Afficher les stats Diff
1
1
src/gallium/tests/trivial/Makefile
1
1
src/gallium/tests/unit/Makefile
+ 1
- 1
src/gallium/tests/trivial/Makefile
Voir le fichier
@@ -1,6 +1,6 @@
# progs/gallium/simple/Makefile
TOP = ../../..
TOP = ../../..
/..
include $(TOP)/configs/current
INCLUDES = \
+ 1
- 1
src/gallium/tests/unit/Makefile
Voir le fichier
@@ -1,6 +1,6 @@
# progs/gallium/simple/Makefile
TOP = ../../..
TOP = ../../..
/..
include $(TOP)/configs/current
INCLUDES = \
Écrire
Aperçu
Chargement…
Annuler
Enregistrer