diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-02-08 13:47:02 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-02-08 13:47:02 +0000 |
commit | 33f8ca73f3e2ee2381e3c306b0f48fe448d06dba (patch) | |
tree | c62b048a492dfc3bfccb45a95ce61bbfa6de9362 /gdb/Makefile.in | |
parent | 20d286a557a4b1fd55db4caba533ba020d846321 (diff) | |
download | fsf-binutils-gdb-33f8ca73f3e2ee2381e3c306b0f48fe448d06dba.zip fsf-binutils-gdb-33f8ca73f3e2ee2381e3c306b0f48fe448d06dba.tar.gz fsf-binutils-gdb-33f8ca73f3e2ee2381e3c306b0f48fe448d06dba.tar.bz2 |
2004-02-08 Andrew Cagney <cagney@redhat.com>
* configure.in (CONFIG_ALL): Set to Makefile target, and not
makefile macro.
* configure: Re-generate.
(CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
* Makefile.in (SUBDIR_CLI_CLEAN): Delete.
(SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
(SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
(SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
(SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
(SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
(SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
(SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
(SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 9d052c3..369f65c 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -154,10 +154,6 @@ SUBDIR_CLI_SRCS = \ SUBDIR_CLI_DEPS = SUBDIR_CLI_LDFLAGS= SUBDIR_CLI_CFLAGS= -SUBDIR_CLI_ALL= -SUBDIR_CLI_CLEAN= -SUBDIR_CLI_INSTALL= -SUBDIR_CLI_UNINSTALL= # # MI sub directory definitons @@ -179,10 +175,6 @@ SUBDIR_MI_DEPS = SUBDIR_MI_LDFLAGS= SUBDIR_MI_CFLAGS= \ -DMI_OUT=1 -SUBDIR_MI_ALL= -SUBDIR_MI_CLEAN= -SUBDIR_MI_INSTALL= -SUBDIR_MI_UNINSTALL= # # TUI sub directory definitions @@ -226,11 +218,6 @@ SUBDIR_TUI_DEPS = SUBDIR_TUI_LDFLAGS= SUBDIR_TUI_CFLAGS= \ -DTUI=1 -I${srcdir}/tui -SUBDIR_TUI_ALL= -SUBDIR_TUI_CLEAN= -SUBDIR_TUI_INSTALL= -SUBDIR_TUI_UNINSTALL= - # Opcodes currently live in one of two places. Either they are in the @@ -306,10 +293,6 @@ SUBDIR_GDBTK_DEPS = \ $(LIBGUI) $(ITCL_DEPS) $(ITK_DEPS) $(TK_DEPS) $(TCL_DEPS) SUBDIR_GDBTK_LDFLAGS= SUBDIR_GDBTK_CFLAGS= -DGDBTK -SUBDIR_GDBTK_ALL= all-gdbtk -SUBDIR_GDBTK_CLEAN= clean-gdbtk -SUBDIR_GDBTK_INSTALL= install-gdbtk -SUBDIR_GDBTK_UNINSTALL= uninstall-gdbtk CONFIG_OBS= @CONFIG_OBS@ CONFIG_SRCS= @CONFIG_SRCS@ |