From: simonm Date: Mon, 22 Dec 1997 15:10:58 +0000 (+0000) Subject: [project @ 1997-12-22 15:10:58 by simonm] X-Git-Tag: Approx_2487_patches~1124 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7a3b6ac107e34117c0b8158d1f906651db963973;p=ghc-hetmet.git [project @ 1997-12-22 15:10:58 by simonm] portabilify a test. --- diff --git a/Makefile b/Makefile index ee08e38..2a996f0 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ BIN_DIST_TOP= distrib/Makefile-bin.in \ binary-dist:: @for i in $(BIN_DIST_TOP); do \ - if [ -e $$i ]; then \ + if test -f "$$i"; then \ echo cp $$i $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME); \ cp $$i $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME); \ fi; \