Explorar el Código

Use MKDEP make variables instead of hard-coding.

tags/R300_DRIVER_0
Eric Anholt hace 21 años
padre
commit
c1311d80bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/mesa/drivers/dri/dri_client/Makefile

+ 1
- 1
src/mesa/drivers/dri/dri_client/Makefile Ver fichero

@@ -42,7 +42,7 @@ default: depend dri.a
# what's included by any source file.
depend: $(C_SOURCES) $(ASM_SOURCES)
touch depend
makedepend -fdepend -Y $(INCLUDES) \
$(MKDEP) $(MKDEP_OPTIONS) -Y $(INCLUDES) \
$(C_SOURCES) $(ASM_SOURCES) >& /dev/null



Cargando…
Cancelar
Guardar