ソースを参照

Use MKDEP make variables instead of hard-coding.

tags/R300_DRIVER_0
Eric Anholt 21年前
コミット
c1311d80bd
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/mesa/drivers/dri/dri_client/Makefile

+ 1
- 1
src/mesa/drivers/dri/dri_client/Makefile ファイルの表示

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



読み込み中…
キャンセル
保存