diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/dgux.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h index b380db0daa1..a53185f5dc2 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h | |||
| @@ -237,7 +237,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 237 | /* #define SYSTEM_MALLOC */ | 237 | /* #define SYSTEM_MALLOC */ |
| 238 | 238 | ||
| 239 | /* MAKING_MAKEFILE must be defined in "ymakefile" before including config.h */ | 239 | /* MAKING_MAKEFILE must be defined in "ymakefile" before including config.h */ |
| 240 | #ifndef THIS_IS_YMAKEFILE | 240 | #ifndef NOT_C_CODE |
| 241 | 241 | ||
| 242 | /* Make sure signal.h is included so macros below don't mess with it. */ | 242 | /* Make sure signal.h is included so macros below don't mess with it. */ |
| 243 | /* DG/UX include files prevent multiple inclusion. */ | 243 | /* DG/UX include files prevent multiple inclusion. */ |
| @@ -266,10 +266,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 266 | extern struct sigaction act, oact; | 266 | extern struct sigaction act, oact; |
| 267 | #define signal(SIG,FUNC) berk_signal(SIG,FUNC) | 267 | #define signal(SIG,FUNC) berk_signal(SIG,FUNC) |
| 268 | 268 | ||
| 269 | #else /* THIS_IS_YMAKEFILE */ | 269 | #endif /* not NOT_C_CODE */ |
| 270 | /* force gcc to be used */ | 270 | |
| 271 | CC=gcc | 271 | #ifndef __GNUC__ |
| 272 | #endif /* not THIS_IS_YMAKEFILE */ | 272 | #error You must use GCC to compiler Emascs on DGUX |
| 273 | #endif | ||
| 273 | 274 | ||
| 274 | #define ORDINARY_LINK | 275 | #define ORDINARY_LINK |
| 275 | #define START_FILES pre-crt0.o | 276 | #define START_FILES pre-crt0.o |