From b8bb4a24e071c7e3f1bc34949e14e05d4ff32b0e Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Fri, 31 Jan 1992 08:52:21 +0000 Subject: [PATCH] Use regex package on Vax BSD. --- gdb/config/mh-vax | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gdb/config/mh-vax b/gdb/config/mh-vax index cee0da1416..79ecb090a7 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 -- 2.34.1