summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/Makefile.template
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-12-09 08:42:19 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-12-09 08:42:19 +0000
commitda3e15c2fd5c08a7f28c1bda5a2f3298a8b09a15 (patch)
tree242471a4e0b1299aa67ea03f3ce9e1728bb669ee /src/mesa/drivers/dri/Makefile.template
parent2fc3a958a4f2ac1439715e7bea011f3072c07103 (diff)
Get linux-solo dependencies building correctly,
Make sure symlinks are built in driver directories before running makedepend.
Diffstat (limited to 'src/mesa/drivers/dri/Makefile.template')
-rw-r--r--src/mesa/drivers/dri/Makefile.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/Makefile.template b/src/mesa/drivers/dri/Makefile.template
index a9c8241df0..82beaa8aa3 100644
--- a/src/mesa/drivers/dri/Makefile.template
+++ b/src/mesa/drivers/dri/Makefile.template
@@ -82,7 +82,7 @@ $(LIB_DIR)/$(LIBNAME): $(OBJECTS) $(MESA_MODULES) $(WINOBJ) Makefile $(TOP)/src
# Run 'make depend' to update the dependencies if you change
# what's included by any source file.
-depend: $(C_SOURCES) $(ASM_SOURCES)
+depend: $(C_SOURCES) $(ASM_SOURCES) $(SYMLINKS)
touch depend
$(MKDEP) $(MKDEP_OPTIONS) $(DEFINES) $(INCLUDES) $(C_SOURCES) $(ASM_SOURCES) \
> /dev/null