diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-04-11 01:21:15 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-04-11 01:21:15 +0000 |
commit | e48f66e46e8f58c36392397b816545318b0e4ab6 (patch) | |
tree | 74c53230a74927162f6f7b92c4a279e5875565a4 /gdb/Makefile.in | |
parent | f38e884d673d606a904096c1af631eee5295f220 (diff) | |
download | gdb-e48f66e46e8f58c36392397b816545318b0e4ab6.zip gdb-e48f66e46e8f58c36392397b816545318b0e4ab6.tar.gz gdb-e48f66e46e8f58c36392397b816545318b0e4ab6.tar.bz2 |
Cleanup USE_INCLUDED_REGEX. Move -D to acconfig.h.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 5 |
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 |