From bb7ebed9d6284e20346481e99bbb483cd62bbe9e Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 16 Sep 1994 04:18:22 +0000 Subject: Set HOSTTYPE_DECL correctly. Reviewed by: jkh Submitted by: wollman --- shells/bash3/files/patch-ab | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 shells/bash3/files/patch-ab (limited to 'shells/bash3') diff --git a/shells/bash3/files/patch-ab b/shells/bash3/files/patch-ab new file mode 100644 index 000000000000..72bf53795746 --- /dev/null +++ b/shells/bash3/files/patch-ab @@ -0,0 +1,19 @@ +*** cpp-Makefile.orig Thu Sep 15 21:14:19 1994 +--- cpp-Makefile Thu Sep 15 21:14:45 1994 +*************** +*** 383,389 **** + Program = bash + + /**/# The type of machine and OS Bash is being compiled on. +! HOSTTYPE_DECL = -DHOSTTYPE='$(SYSTEM_NAME)' -DOSTYPE='$(OS_NAME)' + + MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"' + +--- 383,389 ---- + Program = bash + + /**/# The type of machine and OS Bash is being compiled on. +! HOSTTYPE_DECL = -DHOSTTYPE='"$(SYSTEM_NAME)"' -DOSTYPE='"$(OS_NAME)"' + + MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"' + -- cgit v1.2.3