aboutsummaryrefslogtreecommitdiffstats
path: root/shells/bash2/files/patch-ab
blob: 72bf537957466c1e722fe709fc707773f471736a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"'