X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=aclocal.m4;h=db0904beb047092fe2a47f5fdacdb5145ca37b89;hb=b09ab92b65983635c68c8944631b1d53e9b71e42;hp=12db959bb1dae0fcbea0239c25a965a700803b0a;hpb=2ebe8addfaae2bc65e6b87ad369928b02053014f;p=ghc-hetmet.git diff --git a/aclocal.m4 b/aclocal.m4 index 12db959..db0904b 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1101,7 +1101,7 @@ AC_MSG_CHECKING(for path to top of build tree) dnl This would be dnl make -C utils/pwd clean && make -C utils/pwd dnl except we don't want to have to know what make is called. Sigh. -if test ! -e utils/pwd/pwd && ! -e utils/pwd/pwd.exe; then +if test ! -f utils/pwd/pwd && test ! -f utils/pwd/pwd.exe; then cd utils/pwd rm -f *.o rm -f *.hi