* Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
(SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
This commit is contained in:
parent
fb39c8f3a9
commit
123a4891df
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-02-09 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
|
||||
(SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
|
||||
|
||||
2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
|
||||
|
||||
* xcoffsolib.c (_initialize_xcoffsolib): Renamed from
|
||||
|
|
|
@ -142,7 +142,8 @@ SUBDIR_CLI_SRCS = \
|
|||
cli/cli-decode.c cli/cli-script.c cli/cli-cmds.c cli/cli-setshow.c \
|
||||
cli/cli-utils.c
|
||||
SUBDIR_CLI_DEPS =
|
||||
SUBDIR_CLI_INITS =
|
||||
SUBDIR_CLI_INITS = \
|
||||
$(SUBDIR_CLI_SRCS)
|
||||
SUBDIR_CLI_LDFLAGS=
|
||||
SUBDIR_CLI_CFLAGS=
|
||||
SUBDIR_CLI_ALL=
|
||||
|
@ -166,7 +167,7 @@ SUBDIR_MI_SRCS = \
|
|||
mi/mi-main.c mi/mi-parse.c mi/mi-getopt.c
|
||||
SUBDIR_MI_DEPS =
|
||||
SUBDIR_MI_INITS = \
|
||||
mi/mi-cmds.c mi/mi-parse.c mi/mi-main.c mi/mi-out.c
|
||||
$(SUBDIR_MI_SRCS)
|
||||
SUBDIR_MI_LDFLAGS=
|
||||
SUBDIR_MI_CFLAGS= \
|
||||
-DMI_OUT=1
|
||||
|
|
Loading…
Reference in a new issue