summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 9882685..8085527 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -819,7 +819,7 @@ mostlyclean-local:
(cd $$d && $(MAKE) $(AM_MAKEFLAGS) mostlyclean) || exit 1; \
fi; \
done; \
- @if test -d ii_files; then \
+ if test -d ii_files; then \
$(RM) -rf ii_files; \
fi