From: sewardj Date: Thu, 19 Apr 2001 15:58:56 +0000 (+0000) Subject: [project @ 2001-04-19 15:58:56 by sewardj] X-Git-Tag: Approximately_9120_patches~2135 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b48c10e9714dca02d5f85ad27a220a35442697cd [project @ 2001-04-19 15:58:56 by sewardj] merge revision 1.52.2.1 --- diff --git a/Makefile b/Makefile index 1c0a6f0..19923c3 100644 --- a/Makefile +++ b/Makefile @@ -161,6 +161,7 @@ binary-dist:: BINDIST_DOCS = $($(Project)BinDistDocs) BINDIST_DOCS_WAYS = html ps +ifeq "$(HOSTPLATFORM)" "i386-unknown-linux" binary-dist :: @for way in $(BINDIST_DOCS_WAYS); do \ $(MKDIRHIER) $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/$$way; \ @@ -179,6 +180,7 @@ binary-dist :: done; \ done @rm -f .doclog +endif # Rename scripts to $i.prl and $i.sh where necessary. # ToDo: do this in a cleaner way...