Revert accidental commits from the xquartz tree
[mesa.git] / progs / Makefile
index c99f4eebcc1be56d27de779c55efab1c72acddef..5bc444e952425d52ca50038329688d6ba36ceb97 100644 (file)
@@ -15,7 +15,7 @@ message:
 
 
 subdirs:
-       @for dir in $(SUBDIRS) ; do \
+       @list='$(SUBDIRS)'; for dir in $$list ; do \
                if [ -d $$dir ] ; then \
                        (cd $$dir && $(MAKE)) || exit 1 ; \
                fi \
@@ -25,7 +25,7 @@ subdirs:
 install:
 
 clean:
-       -@for dir in $(SUBDIRS) tests ; do \
+       @list='$(SUBDIRS)'; for dir in $$list tests ; do \
                if [ -d $$dir ] ; then \
                        (cd $$dir && $(MAKE) clean) ; \
                fi \