summaryrefslogtreecommitdiff
path: root/src/egl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/egl/Makefile')
-rw-r--r--src/egl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/Makefile b/src/egl/Makefile
index 036bf1f01a..fb4db8f9b9 100644
--- a/src/egl/Makefile
+++ b/src/egl/Makefile
@@ -17,7 +17,7 @@ subdirs:
clean:
- @for dir in $(SUBDIRS) ; do \
+ -@for dir in $(SUBDIRS) ; do \
if [ -d $$dir ] ; then \
(cd $$dir && $(MAKE) clean) ; \
fi \