diff options
author | Doug Evans <dje@google.com> | 2012-01-18 18:35:43 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2012-01-18 18:35:43 +0000 |
commit | f83d8a90aee9d0ae60cd6c089aa19b400dbaf714 (patch) | |
tree | f04ba5a8561a30da9de7ef260160bf55ca9dc66a /gdb/Makefile.in | |
parent | b9736cf83681f40268c92758a11cc5f67343ae31 (diff) | |
download | gdb-f83d8a90aee9d0ae60cd6c089aa19b400dbaf714.zip gdb-f83d8a90aee9d0ae60cd6c089aa19b400dbaf714.tar.gz gdb-f83d8a90aee9d0ae60cd6c089aa19b400dbaf714.tar.bz2 |
* Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
(main.o): Remove rule.
* configure.ac (BINDIR): Define with AC_DEFINE_DIR.
(--with-sysroot): Rewrite.
* configure: Regenerate.
* config.in: Regenerate.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 25067f1..38c93c9 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -166,10 +166,6 @@ INTL = @LIBINTL@ INTL_DEPS = @LIBINTL_DEP@ INTL_CFLAGS = @INCINTL@ -# Did the user give us a --with-sysroot option? -TARGET_SYSTEM_ROOT = @TARGET_SYSTEM_ROOT@ -TARGET_SYSTEM_ROOT_DEFINE = @TARGET_SYSTEM_ROOT_DEFINE@ - # Did the user give us a --with-gdb-datadir option? GDB_DATADIR = @GDB_DATADIR@ @@ -1518,11 +1514,6 @@ ALLDEPFILES = \ # Some files need explicit build rules (due to -Werror problems) or due # to sub-directory fun 'n' games. -# main.o needs an explicit build rule to get TARGET_SYSTEM_ROOT and BINDIR. -main.o: $(srcdir)/main.c - $(COMPILE) $(TARGET_SYSTEM_ROOT_DEFINE) -DBINDIR=\"$(bindir)\" $(srcdir)/main.c - $(POSTCOMPILE) - # FIXME: cagney/2003-08-10: "monitor.c" gets -Wformat-nonliteral # errors. It turns out that that is the least of monitor.c's # problems. The function print_vsprintf appears to be using |