1994-12-12 02:18:01 +00:00
|
|
|
*** cpp-Makefile.orig Mon Dec 12 04:14:30 1994
|
|
|
|
--- cpp-Makefile Mon Dec 12 04:14:30 1994
|
1994-09-29 12:02:10 +00:00
|
|
|
***************
|
|
|
|
*** 136,144 ****
|
|
|
|
/* This is guaranteed to work, even if you have the fixed includes!
|
|
|
|
(Unless, of course, you have the fixed include files installed in
|
|
|
|
/usr/include. Then it will break.) */
|
1994-10-14 07:27:48 +00:00
|
|
|
! CC = gcc -traditional -I/usr/include $(GCC_EXTRAS)
|
1994-09-29 12:02:10 +00:00
|
|
|
# else /* HAVE_FIXED_INCLUDES */
|
1994-10-14 07:27:48 +00:00
|
|
|
! CC = gcc $(GCC_EXTRAS)
|
1994-09-29 12:02:10 +00:00
|
|
|
# endif /* HAVE_FIXED_INCLUDES */
|
|
|
|
#else /* !HAVE_GCC */
|
|
|
|
CC = CPP_CC
|
|
|
|
--- 136,144 ----
|
|
|
|
/* This is guaranteed to work, even if you have the fixed includes!
|
|
|
|
(Unless, of course, you have the fixed include files installed in
|
|
|
|
/usr/include. Then it will break.) */
|
1994-10-14 07:27:48 +00:00
|
|
|
! CC = cc -traditional -I/usr/include $(GCC_EXTRAS)
|
1994-09-29 12:02:10 +00:00
|
|
|
# else /* HAVE_FIXED_INCLUDES */
|
1994-10-14 07:27:48 +00:00
|
|
|
! CC = cc $(GCC_EXTRAS)
|
1994-09-29 12:02:10 +00:00
|
|
|
# endif /* HAVE_FIXED_INCLUDES */
|
|
|
|
#else /* !HAVE_GCC */
|
|
|
|
CC = CPP_CC
|
1994-09-16 04:18:22 +00:00
|
|
|
***************
|
1994-12-12 02:18:01 +00:00
|
|
|
*** 304,310 ****
|
|
|
|
/**/# The GNU coding standards don't recognize the possibility that
|
|
|
|
/**/# other information besides optimization and debugging might be
|
|
|
|
/**/# passed to cc. A different name should have been used.
|
|
|
|
! CFLAGS = -O -g
|
|
|
|
|
|
|
|
SYSTEM_FLAGS = $(LINEBUF) $(VPRINTF) $(UNISTD) $(STDLIB) $(LIMITSH) \
|
|
|
|
$(GROUPS) $(RESOURCE) $(PARAM) $(SIGHANDLER) $(SYSDEP) $(WAITH) \
|
|
|
|
--- 304,310 ----
|
|
|
|
/**/# The GNU coding standards don't recognize the possibility that
|
|
|
|
/**/# other information besides optimization and debugging might be
|
|
|
|
/**/# passed to cc. A different name should have been used.
|
|
|
|
! #CFLAGS = -O -g
|
|
|
|
|
|
|
|
SYSTEM_FLAGS = $(LINEBUF) $(VPRINTF) $(UNISTD) $(STDLIB) $(LIMITSH) \
|
|
|
|
$(GROUPS) $(RESOURCE) $(PARAM) $(SIGHANDLER) $(SYSDEP) $(WAITH) \
|
|
|
|
***************
|
1994-09-16 04:18:22 +00:00
|
|
|
*** 383,389 ****
|
|
|
|
Program = bash
|
|
|
|
|
|
|
|
/**/# The type of machine and OS Bash is being compiled on.
|
1994-10-14 07:27:48 +00:00
|
|
|
! HOSTTYPE_DECL = -DHOSTTYPE='$(SYSTEM_NAME)' -DOSTYPE='$(OS_NAME)'
|
1994-09-16 04:18:22 +00:00
|
|
|
|
|
|
|
MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"'
|
|
|
|
|
|
|
|
--- 383,389 ----
|
|
|
|
Program = bash
|
|
|
|
|
|
|
|
/**/# The type of machine and OS Bash is being compiled on.
|
1994-10-14 07:27:48 +00:00
|
|
|
! HOSTTYPE_DECL = -DHOSTTYPE='"$(SYSTEM_NAME)"' -DOSTYPE='"$(OS_NAME)"'
|
1994-09-16 04:18:22 +00:00
|
|
|
|
|
|
|
MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"'
|
|
|
|
|