diff options
author | Brian Paul <[email protected]> | 2010-07-13 07:46:22 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-07-13 07:46:22 -0600 |
commit | 271af2a8748583794b570630cfd5a4d12d740da6 (patch) | |
tree | b1a68e7f7c3a15598059bd7b08e38f3c3730496b /src/gallium/targets/libgl-xlib/Makefile | |
parent | 672f6cdc19c5f89d85e20dc04bacb5a7905ff334 (diff) |
libgl-xlib: add depend to make clean list
Diffstat (limited to 'src/gallium/targets/libgl-xlib/Makefile')
-rw-r--r-- | src/gallium/targets/libgl-xlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |