Browse Source

Use MKDEP make variables instead of hard-coding.

tags/R300_DRIVER_0
Eric Anholt 21 years ago
parent
commit
c1311d80bd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/drivers/dri/dri_client/Makefile

+ 1
- 1
src/mesa/drivers/dri/dri_client/Makefile View File

# what's included by any source file. # what's included by any source file.
depend: $(C_SOURCES) $(ASM_SOURCES) depend: $(C_SOURCES) $(ASM_SOURCES)
touch depend touch depend
makedepend -fdepend -Y $(INCLUDES) \
$(MKDEP) $(MKDEP_OPTIONS) -Y $(INCLUDES) \
$(C_SOURCES) $(ASM_SOURCES) >& /dev/null $(C_SOURCES) $(ASM_SOURCES) >& /dev/null





Loading…
Cancel
Save