Mesa (master): mesa: add distclean target to top-level Makefile

Brian Paul brianp at kemper.freedesktop.org
Thu Apr 16 15:31:50 UTC 2009


Module: Mesa
Branch: master
Commit: 666702baec09f60f7e1eddd9f1dd65ee2e826abb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=666702baec09f60f7e1eddd9f1dd65ee2e826abb

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Apr 16 09:31:45 2009 -0600

mesa: add distclean target to top-level Makefile

---

 Makefile |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 59f0a07..a77825e 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,9 @@ realclean: clean
 	  -name depend -o -name depend.bak ')' -exec rm -f '{}' ';'
 
 
+distclean: realclean
+
+
 install:
 	@for dir in $(SUBDIRS) ; do \
 		if [ -d $$dir ] ; then \
@@ -45,7 +48,7 @@ install:
 	done
 
 
-.PHONY: default doxygen clean realclean install linux-directfb-install
+.PHONY: default doxygen clean realclean distclean install linux-directfb-install
 
 # If there's no current configuration file
 $(TOP)/configs/current:




More information about the mesa-commit mailing list