summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-11-23 17:06:21 +0000
committerIan Lynagh <igloo@earth.li>2010-11-23 17:06:21 +0000
commitb56d78783390e922c4bc8106f04729de01749e01 (patch)
tree9ee17a5d38b7a5f793289436b7acbb43c1219c85 /aclocal.m4
parentb6fff39114fee90b806ed2e29cc8f5d9728d85a8 (diff)
downloadhaskell-b56d78783390e922c4bc8106f04729de01749e01.tar.gz
Tweak a configure test
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 288fd83208..1ca1ec6869 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -31,7 +31,7 @@ AC_DEFUN([FPTOOLS_SET_C_LD_FLAGS],
then
$2="$$2 -fno-stack-protector"
fi
- rm conftest.c conftest.o
+ rm -f conftest.c conftest.o
])