diff options
author | John Gilmore <gnu@cygnus> | 1992-01-31 08:52:21 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-01-31 08:52:21 +0000 |
commit | b8bb4a24e071c7e3f1bc34949e14e05d4ff32b0e (patch) | |
tree | 7bd24adbcfac548b4534df9cc69b99ff9ffe682b /gdb/config | |
parent | 0c6efbccaff96a6567c6deae295c6af0a26e2657 (diff) | |
download | gdb-b8bb4a24e071c7e3f1bc34949e14e05d4ff32b0e.zip gdb-b8bb4a24e071c7e3f1bc34949e14e05d4ff32b0e.tar.gz gdb-b8bb4a24e071c7e3f1bc34949e14e05d4ff32b0e.tar.bz2 |
Use regex package on Vax BSD.
Diffstat (limited to 'gdb/config')
-rwxr-xr-x | gdb/config/mh-vax | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/mh-vax b/gdb/config/mh-vax index cee0da1..79ecb09 100755 --- a/gdb/config/mh-vax +++ b/gdb/config/mh-vax @@ -7,4 +7,6 @@ #msg (but see comments in Makefile.dist about compiling with gcc). XDEPFILES= infptrace.o coredep.o +REGEX=regex.o +REGEX1=regex.o XM_FILE= xm-vax.h |