diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-02-06 05:30:17 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-02-06 05:30:17 +0000 |
commit | 4a8f6654af815d1dc2e36a60d270f21fcb91d13e (patch) | |
tree | 3ebb7423e5e2844ee62e438eefcd82971b8a5168 /gdb/Makefile.in | |
parent | 92851186c3e3f4a246f702f1e2846ec166875982 (diff) | |
download | gdb-4a8f6654af815d1dc2e36a60d270f21fcb91d13e.zip gdb-4a8f6654af815d1dc2e36a60d270f21fcb91d13e.tar.gz gdb-4a8f6654af815d1dc2e36a60d270f21fcb91d13e.tar.bz2 |
Add missing files from last commit :-(
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 4a67706..c5de436 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -145,7 +145,7 @@ TARGET_SYSTEM_ROOT_DEFINE = @TARGET_SYSTEM_ROOT_DEFINE@ # SUBDIR_CLI_OBS = \ cli-dump.o \ - cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-utils.o + cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-utils.o \ cli-interp.o SUBDIR_CLI_SRCS = \ cli/cli-dump.c \ |