diff options
author | Doug Evans <dje@google.com> | 2010-10-06 16:02:45 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2010-10-06 16:02:45 +0000 |
commit | aa2e2d8d772c0ece5b6c4685228c159979841a5d (patch) | |
tree | 619b99d7200be5fd22e4d5639feea95af652843b /gdb/configure.ac | |
parent | aa27d0b360a0709329fe9b0c39de6bffcf2af7f3 (diff) | |
download | fsf-binutils-gdb-aa2e2d8d772c0ece5b6c4685228c159979841a5d.zip fsf-binutils-gdb-aa2e2d8d772c0ece5b6c4685228c159979841a5d.tar.gz fsf-binutils-gdb-aa2e2d8d772c0ece5b6c4685228c159979841a5d.tar.bz2 |
Create subdir data-directory.
* Makefile.in (XML_SYSCALL_DIR, XML_SYSCALL_FILES): Moved to
data-directory/Makefile.in.
(SUBDIRS): Add data-directory.
(all): Remove xml-syscall-copy dependency.
(xml-syscall-copy): Moved to data-directory/Makefile.in as
stamp-syscalls.
(xml-syscall-install): Moved to data-directory/Makefile.in as
install-syscalls.
(install-only): Remove xml-syscall-install dependency.
(all-data-directory): New rule.
(data-directory/Makefile): New rule.
* configure.ac (AC_OUTPUT): Add data-directory/Makefile.
* configure: Regenerate.
* data-directory/Makefile.in: New file.
* python/lib/gdb/__init__.py: New file.
testsuite/
* gdb.base/catch-syscall.exp (do_syscall_tests): Update location
of syscall staging area.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r-- | gdb/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac index e462274..1f00c92 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -2140,7 +2140,7 @@ dnl At the moment, we just assume it's UTF-8. AC_DEFINE(GDB_DEFAULT_HOST_CHARSET, "UTF-8", [Define to be a string naming the default host character set.]) -AC_OUTPUT(Makefile .gdbinit:gdbinit.in gnulib/Makefile, +AC_OUTPUT(Makefile .gdbinit:gdbinit.in gnulib/Makefile data-directory/Makefile, [ case x$CONFIG_HEADERS in xconfig.h:config.in) |