softpipe: Use portable INLINE macro.
[mesa.git] / progs / Makefile
index 5e705efa7eee2edc7d5706f35eac3062d48d0326..c99f4eebcc1be56d27de779c55efab1c72acddef 100644 (file)
@@ -25,7 +25,7 @@ subdirs:
 install:
 
 clean:
-       @for dir in $(SUBDIRS) tests ; do \
+       -@for dir in $(SUBDIRS) tests ; do \
                if [ -d $$dir ] ; then \
                        (cd $$dir && $(MAKE) clean) ; \
                fi \