mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
20 lines
579 B
Plaintext
20 lines
579 B
Plaintext
|
*** 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"'
|
||
|
|