diff options
author | Jim Blandy <jimb@codesourcery.com> | 2006-04-08 23:40:03 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2006-04-08 23:40:03 +0000 |
commit | d750b939987cf43c1eaf590db9e15e7fce283a61 (patch) | |
tree | 6adf93e1603e89eb9d4e6dd115af985385ba5123 /gdb/Makefile.in | |
parent | cb878726df95ae9effe3b5b06a519bf2f2786226 (diff) | |
download | gdb-d750b939987cf43c1eaf590db9e15e7fce283a61.zip gdb-d750b939987cf43c1eaf590db9e15e7fce283a61.tar.gz gdb-d750b939987cf43c1eaf590db9e15e7fce283a61.tar.bz2 |
2006-04-08 Jim Blandy <jimb@codesourcery.com>
* Makefile.in (COMMON_OBS): List prologue-value.o. (Omitted from
last patch.)
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 9a83e64..2dda543 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -952,7 +952,8 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \ reggroups.o regset.o \ trad-frame.o \ tramp-frame.o \ - solib.o solib-null.o + solib.o solib-null.o \ + prologue-value.o TSOBS = inflow.o |