From f20537279a27a75066b4cb6dfbcf3d783c1d2a06 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 7 Mar 2004 05:06:59 +0000 Subject: [PATCH] BROKEN on ia64: Does not compile --- shells/bash1/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile index 2270677c12bb..b3e871f24930 100644 --- a/shells/bash1/Makefile +++ b/shells/bash1/Makefile @@ -22,7 +22,13 @@ NOMANCOMPRESS= yes MAN1= bash.1 bash_builtins.1 INFO= bash +.include + +.if ${ARCH} == "ia64" +BROKEN= "Does not compile on ia64" +.endif + post-install: @install-info ${PREFIX}/info/bash.info ${PREFIX}/info/dir -.include +.include