Parcourir la source

progs/gallium: Fix relative path in Makefile.

tags/mesa-7.9-rc1
Vinson Lee il y a 15 ans
Parent
révision
30d99ff7e0
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1
    1
      src/gallium/tests/trivial/Makefile
  2. 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 = \

Chargement…
Annuler
Enregistrer