summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ea8d6fb98f5..ce8455b62ad 100644
--- a/Makefile
+++ b/Makefile
@@ -377,7 +377,7 @@ tarballs: rm_depend lib_gz demo_gz glut_gz lib_bz2 demo_bz2 glut_bz2 lib_zip dem
rm_depend:
- @for dep in $(DEPEND_FILES) ; do \
+ for dep in $(DEPEND_FILES) ; do \
rm -f $$dep ; \
touch $$dep ; \
done