Selaa lähdekoodia

Use MKDEP make variables instead of hard-coding.

tags/R300_DRIVER_0
Eric Anholt 21 vuotta sitten
vanhempi
commit
c1311d80bd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/mesa/drivers/dri/dri_client/Makefile

+ 1
- 1
src/mesa/drivers/dri/dri_client/Makefile Näytä tiedosto

@@ -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



Loading…
Peruuta
Tallenna