From b48c10e9714dca02d5f85ad27a220a35442697cd Mon Sep 17 00:00:00 2001 From: sewardj Date: Thu, 19 Apr 2001 15:58:56 +0000 Subject: [PATCH] [project @ 2001-04-19 15:58:56 by sewardj] merge revision 1.52.2.1 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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... -- 1.7.10.4