aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-10-07 11:03:35 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-10-07 11:03:35 +0000
commitf5ebb9ea78ef2e0613cf1d855aebeca513048456 (patch)
treee202dfb26acc769e225c2a25ff7a4ce83cfd1847 /gdb/Makefile.in
parent01a0354571113ccc5eb3e51b619932e80bddf232 (diff)
downloadgdb-f5ebb9ea78ef2e0613cf1d855aebeca513048456.zip
gdb-f5ebb9ea78ef2e0613cf1d855aebeca513048456.tar.gz
gdb-f5ebb9ea78ef2e0613cf1d855aebeca513048456.tar.bz2
* Makefile.in (REGEX, REGEX1): Always use our own version of
regex.c to be consistent across hosts. * source.c (_initialize_source): Initialize regex to use grep style syntax as an approximation to POSIX basic regex syntax.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 2f95de8..f83a6a9 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -151,7 +151,11 @@ INTERNAL_CFLAGS = $(CFLAGS) $(GLOBAL_CFLAGS) $(PROFILE_CFLAGS) \
$(GDB_CFLAGS) $(OPCODES_CFLAGS) $(READLINE_CFLAGS) \
$(BFD_CFLAGS) $(MMALLOC_CFLAGS) $(INCLUDE_CFLAGS)
-# The config/mh-* file must define REGEX and REGEX1 on USG machines.
+# We are using our own version of REGEX now to be consistent across
+# machines.
+REGEX = regex.o
+REGEX1 = regex.o
+
# If your system is missing alloca(), or, more likely, it's there but
# it doesn't work, then refer to libiberty.