From 271af2a8748583794b570630cfd5a4d12d740da6 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 13 Jul 2010 07:46:22 -0600 Subject: [PATCH] libgl-xlib: add depend to make clean list --- src/gallium/targets/libgl-xlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/targets/libgl-xlib/Makefile b/src/gallium/targets/libgl-xlib/Makefile index b173ceb994a..e745023ba59 100644 --- a/src/gallium/targets/libgl-xlib/Makefile +++ b/src/gallium/targets/libgl-xlib/Makefile @@ -97,7 +97,7 @@ tags: etags `find . -name \*.[ch]` $(TOP)/include/GL/*.h clean: - -rm -f *.o + -rm -f *.o depend include depend -- 2.30.2