* Makefile.in (REGEX, REGEX1): Always use our own version of
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 2f95de8677f9a46526f809c855a12ccf935ddad3..f83a6a961b4b3095d9951828f1a071975a9ddf4e 100644 (file)
@@ -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.
 
This page took 0.023654 seconds and 4 git commands to generate.