diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-04-19 03:22:12 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-04-19 03:22:12 +0000 |
commit | 31ef19fc7f71a06e322000f7f3870d4f19a696e0 (patch) | |
tree | 4acf5c32a5d5fde055c2a707b25c26d848596c4f /gdb/Makefile.dist | |
parent | b6a3c755c73de6f174b602ee438216af3ab1a596 (diff) | |
download | gdb-31ef19fc7f71a06e322000f7f3870d4f19a696e0.zip gdb-31ef19fc7f71a06e322000f7f3870d4f19a696e0.tar.gz gdb-31ef19fc7f71a06e322000f7f3870d4f19a696e0.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'gdb/Makefile.dist')
-rwxr-xr-x | gdb/Makefile.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.dist b/gdb/Makefile.dist index 8c626fe..ffaa1f5 100755 --- a/gdb/Makefile.dist +++ b/gdb/Makefile.dist @@ -212,7 +212,7 @@ OBS = main.o blockframe.o breakpoint.o findvar.o stack.o source.o \ symtab.o symfile.o symmisc.o infcmd.o infrun.o remote.o \ command.o utils.o expread.o expprint.o environ.o version.o \ copying.o $(DEPFILES) signame.o cplus-dem.o mem-break.o target.o \ - inftarg.o ieee-float.o \ + inftarg.o ieee-float.o putenv.o \ dbxread.o coffread.o # mipsread.o RAPP_OBS = rgdb.o rudp.o rserial.o serial.o udp.o $(XDEPFILES) |