diff options
author | Yao Qi <yao@codesourcery.com> | 2011-03-09 06:10:40 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2011-03-09 06:10:40 +0000 |
commit | e637a4f593b43a9acde23545c162e708b52a342f (patch) | |
tree | 1096ae146166084ee62c2e196c370614ecbbd4ca /gdb/configure.ac | |
parent | f976a05dc4248be8f62c220c490b22eb5798f63b (diff) | |
download | gdb-e637a4f593b43a9acde23545c162e708b52a342f.zip gdb-e637a4f593b43a9acde23545c162e708b52a342f.tar.gz gdb-e637a4f593b43a9acde23545c162e708b52a342f.tar.bz2 |
gdb/
2011-03-09 Yao Qi <yao@codesourcery.com>
Revert:
2011-02-11 Yao Qi <yao@codesourcery.com>
* common/Makefile.in: Add copyright header.
2011-02-11 Yao Qi <yao@codesourcery.com>
* Makefile.in: Remove signals.o from COMMON_OBS. Link
libcommon.a.
* configure.ac: Add common to sub dir.
* configure: Regenerate.
gdb/gdbserver/
2011-03-09 Yao Qi <yao@codesourcery.com>
Revert:
2011-03-04 Yao Qi <yao@codesourcery.com>
* Makefile.in: Remove GNU make feature --directory.
2011-03-05 Yao Qi <yao@codesourcery.com>
* Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
(subdir_do): New make target. Copied from gdb/Makefile.
(maintainer-clean, realclean, distclean, clean): Call corresponding
make targets in common/Makefile.
2011-02-11 Yao Qi <yao@codesourcery.com>
* configure.ac: Call AC_PROG_RANLIB.
* Makefile.in: Remove signals.o from OBS. Link libcommon.a.
* configure: Regenerate.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r-- | gdb/configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac index f31ef2a..d2b75f6 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -109,7 +109,6 @@ AS_HELP_STRING([--with-relocated-sources=PATH], [automatically relocate this pat ]) AC_CONFIG_SUBDIRS(testsuite) -AC_CONFIG_SUBDIRS(common) # Check whether to support alternative target configurations AC_ARG_ENABLE(targets, |