summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMakefile.am2
-rw-r--r--Makefile.in2
2 files changed, 2 insertions, 2 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
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