From: Ian Lynagh Date: Tue, 23 Nov 2010 17:06:21 +0000 (+0000) Subject: Tweak a configure test X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b56d78783390e922c4bc8106f04729de01749e01 Tweak a configure test --- diff --git a/aclocal.m4 b/aclocal.m4 index 288fd83..1ca1ec6 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 ])