diff options
author | Brian Paul <[email protected]> | 2010-07-14 14:34:45 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-07-14 15:13:54 -0600 |
commit | 1957bef9951e6ec6a7ac9e4ebeaa3674b37cb434 (patch) | |
tree | e4e0506380d518c4c6deedbca1e9f72a08f83406 /src/gallium/Makefile.template | |
parent | f8d81c31cee30821da3aab331a57f484f6a07a5d (diff) |
gallium: added CLEAN_EXTRA var for make clean target
Diffstat (limited to 'src/gallium/Makefile.template')
-rw-r--r-- | src/gallium/Makefile.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/Makefile.template b/src/gallium/Makefile.template index 1ba0724949a..43203b1756e 100644 --- a/src/gallium/Makefile.template +++ b/src/gallium/Makefile.template @@ -45,7 +45,7 @@ tags: # Remove .o and backup files clean: - rm -f $(OBJECTS) $(GENERATED_SOURCES) $(PROGS) lib$(LIBNAME).a depend depend.bak + rm -f $(OBJECTS) $(GENERATED_SOURCES) $(PROGS) lib$(LIBNAME).a depend depend.bak $(CLEAN_EXTRA) # Dummy target install: |