Commit | Line | Data |
7c0587c8 |
1 | # XD88/10 UTekV hints by Kaveh Ghazi (ghazi@caip.rutgers.edu) 2/11/92 |
1973dd96 |
2 | # Modified by Andy Dougherty <doughera@lafayette.edu> 4 Oct. 1994 |
7c0587c8 |
3 | |
a0d0e21e |
4 | # The -X18 is only if you are using the Greenhills compiler. |
5 | ccflags="$ccflags -X18" |
7c0587c8 |
6 | |
7 | usemymalloc='y' |
8 | |
68dc0745 |
9 | echo " " >&4 |
10 | echo "NOTE: You may have to take out makefile dependencies on the files in" >&4 |
11 | echo "/usr/include (i.e. /usr/include/ctype.h) or the make will fail. A" >&4 |
12 | echo "simple 'grep -v /usr/include/ makefile' should suffice." >&4 |