1991-07-04 21:51:41 +00:00
|
|
|
# Host: DEC VAX running BSD or Ultrix
|
1991-03-28 16:28:29 +00:00
|
|
|
# The following types of /bin/cc failures have been observed:
|
|
|
|
# 1. Something in readline.c which I have never seen
|
|
|
|
# 2. ``"values.c", line 816: compiler error: schain botch''
|
|
|
|
#msg /bin/cc has been known to fail on VAXen running BSD4.3
|
|
|
|
#msg If this occurs, use gcc
|
|
|
|
#msg (but see comments in Makefile.dist about compiling with gcc).
|
|
|
|
|
|
|
|
XDEPFILES= infptrace.o coredep.o
|
1992-01-31 08:52:21 +00:00
|
|
|
REGEX=regex.o
|
|
|
|
REGEX1=regex.o
|
1991-03-28 16:28:29 +00:00
|
|
|
XM_FILE= xm-vax.h
|