diff options
author | Jeff Law <law@redhat.com> | 1996-07-05 18:54:28 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-07-05 18:54:28 +0000 |
commit | cce8528df93021ce6c45f5e645f9281d3210f619 (patch) | |
tree | 6e2c129f695f6673e42e6d4326fac3e7c9688645 /ld/Makefile.in | |
parent | 16cf520e5f8451ba67154501745ad7cbeb46486c (diff) | |
download | gdb-cce8528df93021ce6c45f5e645f9281d3210f619.zip gdb-cce8528df93021ce6c45f5e645f9281d3210f619.tar.gz gdb-cce8528df93021ce6c45f5e645f9281d3210f619.tar.bz2 |
No longer sanitize away h8s stuff.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index a56bcaf..4c050cf 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -221,9 +221,7 @@ ALL_EMULATIONS = \ ego32.o \ eh8300.o \ eh8300h.o \ - $(start-sanitize-h8s) \ eh8300s.o \ - $(end-sanitize-h8s) \ eh8500.o \ eh8500b.o \ eh8500c.o \ @@ -430,11 +428,9 @@ eh8300.c: $(srcdir)/emulparams/h8300.sh \ eh8300h.c: $(srcdir)/emulparams/h8300h.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300h.sc ${GEN_DEPENDS} ${GENSCRIPTS} h8300h "$(tdir_h8300h)" -# start-sanitize-h8s eh8300s.c: $(srcdir)/emulparams/h8300s.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300s.sc ${GEN_DEPENDS} ${GENSCRIPTS} h8300s "$(tdir_h8300s)" -# end-sanitize-h8s eh8500.c: $(srcdir)/emulparams/h8500.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500.sc ${GEN_DEPENDS} ${GENSCRIPTS} h8500 "$(tdir_h8500)" |