aboutsummaryrefslogtreecommitdiff
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
commit486697a0b352f0a659ccecd18de64d83a8df5078 (patch)
tree0e6cfda6b3a469b6a324ee37cd7f9d2c79edc044 /gdb/configure
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')
-rwxr-xr-xgdb/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/configure b/gdb/configure
index 43cfe35..34f9a30 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)"