summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rwxr-xr-xMakefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0e3fea4..03a6dca 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -121,7 +121,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