diff options
author | Eric Anholt <[email protected]> | 2011-07-22 18:42:21 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-07-28 17:32:42 -0700 |
commit | 83f5d5e6aa58754f52c3579c27d810c497fe13a3 (patch) | |
tree | 76197fcc2cd43e75c9f393eba27e4519825b31b2 /src/glsl | |
parent | f79e3518b4e39cd27f679c402e715154f63107f6 (diff) |
Add dependency generation for Mesa and GLSL dricore objects.
Reviewed-By: Christopher James Halse Rogers
<[email protected]>
Diffstat (limited to 'src/glsl')
-rw-r--r-- | src/glsl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/Makefile b/src/glsl/Makefile index 005b51d724b..c20a6c9edd9 100644 --- a/src/glsl/Makefile +++ b/src/glsl/Makefile @@ -164,6 +164,7 @@ depend: $(ALL_SOURCES) Makefile rm -f depend touch depend $(MKDEP) $(MKDEP_OPTIONS) $(INCLUDES) $(ALL_SOURCES) 2> /dev/null + $(MKDEP) $(MKDEP_OPTIONS) -a -p $(DRICORE_OBJ_DIR)/ $(INCLUDES) $(ALL_SOURCES) 2> /dev/null # Remove .o and backup files clean: clean-dricore |