aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 2684542..da0e6a2 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -117,7 +117,6 @@ MMALLOC_CFLAGS = @MMALLOC_CFLAGS@
# We are using our own version of REGEX now to be consistent across
# machines.
REGEX = @REGEX@
-REGEX_CFLAGS = @REGEX_CFLAGS@
# Where is the BFD library? Typically in ../bfd.
BFD_DIR = ../bfd
@@ -277,7 +276,7 @@ INTERNAL_WARN_CFLAGS = \
$(GDB_CFLAGS) $(OPCODES_CFLAGS) $(READLINE_CFLAGS) \
$(BFD_CFLAGS) $(MMALLOC_CFLAGS) $(INCLUDE_CFLAGS) \
$(INTL_CFLAGS) $(TUI_CFLAGS) $(ENABLE_CFLAGS) \
- $(REGEX_CFLAGS) $(GDB_WARN_CFLAGS)
+ $(GDB_WARN_CFLAGS)
INTERNAL_CFLAGS = $(INTERNAL_WARN_CFLAGS) $(GDB_WERROR_CFLAGS)
# LDFLAGS is specifically reserved for setting from the command line
@@ -954,7 +953,7 @@ copying.txt:
# Make copying.c from COPYING
copying.c: copying.txt copying.awk
- awk -f $(srcdir)/copying.awk < $(srcdir)/copying.txt > copying.c
+ awk -f $(srcdir)/copying.awk < copying.txt > copying.c
version.c: Makefile
rm -f version.c