diff options
author | Steve Chamberlain <steve@cygnus> | 1991-10-07 15:07:29 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-10-07 15:07:29 +0000 |
commit | bee36ac3e762245a42c409a77549dcd9030c3238 (patch) | |
tree | 0b202d12b4011699dcd2f9f59ce50edf32f6e310 /ld/Makefile.in | |
parent | d1630095c4fe445db61fa9e666a821548d49a9e4 (diff) | |
download | gdb-bee36ac3e762245a42c409a77549dcd9030c3238.zip gdb-bee36ac3e762245a42c409a77549dcd9030c3238.tar.gz gdb-bee36ac3e762245a42c409a77549dcd9030c3238.tar.bz2 |
Added right dependencies for h8300hds.sc
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 746c49f..b41d7b8 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -144,6 +144,7 @@ ldm88k.o: ./mkscript ldm88k.x ldm88k.xr ldm88k.xu # The .c files for these are (for now) specially written (not ldtemplete). ldgld960.o: ./mkscript ldgld960.x ldlnk960.o: ./mkscript ldlnk960.x ldlnk960.xr +h8300hds.o: ./mkscript h8300hds.x #$(BFDLIB): $(BFDSOURCES) @@ -181,6 +182,7 @@ ldgram.c:ldgram.y ldgld68k.x :ldgld68k.sc ldgld68kUr.x :ldgld68kUr.sc ldgld68kr.x :ldgld68kr.sc +h8300hds.x:h8300hds.sc ldgld.x :ldgld.sc ldgldUr.x :ldgldUr.sc ldgldr.x :ldgldr.sc |