summaryrefslogtreecommitdiff
path: root/gdb/configure
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
commit7f6c5d4ea38c785c713a30c4e2446bda7e1bfad1 (patch)
treeaa0c30562d46d1985fcda25c6908a40887120828 /gdb/configure
parent1a4b5d3ce4e97bc3497693ccae8ad8dbaaddf828 (diff)
downloadgdb-7f6c5d4ea38c785c713a30c4e2446bda7e1bfad1.tar.gz
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')
-rwxr-xr-xgdb/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/configure b/gdb/configure
index 43cfe35511a..34f9a30468f 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -5720,7 +5720,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)"
@@ -5751,7 +5751,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)"
@@ -5781,7 +5781,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)"