diff options
author | Ian Lynagh <igloo@earth.li> | 2010-11-23 17:06:21 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-11-23 17:06:21 +0000 |
commit | b56d78783390e922c4bc8106f04729de01749e01 (patch) | |
tree | 9ee17a5d38b7a5f793289436b7acbb43c1219c85 /aclocal.m4 | |
parent | b6fff39114fee90b806ed2e29cc8f5d9728d85a8 (diff) | |
download | haskell-b56d78783390e922c4bc8106f04729de01749e01.tar.gz |
Tweak a configure test
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
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 ]) |