aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorFernando Nasser <fnasser@redhat.com>2000-12-11 20:21:57 +0000
committerFernando Nasser <fnasser@redhat.com>2000-12-11 20:21:57 +0000
commit486697a0b352f0a659ccecd18de64d83a8df5078 (patch)
tree0e6cfda6b3a469b6a324ee37cd7f9d2c79edc044 /gdb/configure.in
parent6bad8db2dca5644ea4530e1aafc5e247333cbeb1 (diff)
downloadgdb-486697a0b352f0a659ccecd18de64d83a8df5078.zip
gdb-486697a0b352f0a659ccecd18de64d83a8df5078.tar.gz
gdb-486697a0b352f0a659ccecd18de64d83a8df5078.tar.bz2
2000-12-11 Fernando Nasser <fnasser@redhat.com>
* configure.in: Fix typos. It is CONFIG_SRCS not CONFIG_SRS. * configure: Regenerate.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index 04b948e..08c78ff 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -483,7 +483,7 @@ case ${enable_gdbcli} in
if test -d "${srcdir}/cli" ; then
CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_CLI_OBS)"
CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_CLI_DEPS)"
- CONFIG_SRCS="${CONFIG_SRS} \$(SUBDIR_CLI_SRCS)"
+ CONFIG_SRCS="${CONFIG_SRCS} \$(SUBDIR_CLI_SRCS)"
CONFIG_INITS="${CONFIG_INITS} \$(SUBDIR_CLI_INITS)"
ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_CLI_CFLAGS)"
CONFIG_ALL="${CONFIG_ALL} \$(SUBDIR_CLI_ALL)"
@@ -513,7 +513,7 @@ case ${enable_gdbmi} in
if test -d "${srcdir}/mi" ; then
CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_MI_OBS)"
CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_MI_DEPS)"
- CONFIG_SRCS="${CONFIG_SRS} \$(SUBDIR_MI_SRCS)"
+ CONFIG_SRCS="${CONFIG_SRCS} \$(SUBDIR_MI_SRCS)"
CONFIG_INITS="${CONFIG_INITS} \$(SUBDIR_MI_INITS)"
ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_MI_CFLAGS)"
CONFIG_ALL="${CONFIG_ALL} \$(SUBDIR_MI_ALL)"
@@ -540,7 +540,7 @@ case ${enable_tui} in
if test -d "${srcdir}/tui" ; then
CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_TUI_OBS)"
CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_TUI_DEPS)"
- CONFIG_SRCS="${CONFIG_SRS} \$(SUBDIR_TUI_SRCS)"
+ CONFIG_SRCS="${CONFIG_SRCS} \$(SUBDIR_TUI_SRCS)"
CONFIG_INITS="${CONFIG_INITS} \$(SUBDIR_TUI_INITS)"
ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_TUI_CFLAGS)"
CONFIG_ALL="${CONFIG_ALL} \$(SUBDIR_TUI_ALL)"