From: Brian Paul Date: Thu, 16 Apr 2009 15:31:45 +0000 (-0600) Subject: mesa: add distclean target to top-level Makefile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=666702baec09f60f7e1eddd9f1dd65ee2e826abb;p=mesa.git mesa: add distclean target to top-level Makefile --- diff --git a/Makefile b/Makefile index 59f0a07a480..a77825e8f9a 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: