diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-02-06 17:54:45 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-02-06 17:54:45 +0000 |
commit | c9e11f588f8770cac3c1aacbee90490be1946730 (patch) | |
tree | e49b1a36de7bd5aef1460b0055bcdee940200d2d /gnu/usr.bin/binutils/ld/Makefile.am | |
parent | 3e1a92321bf0d151690584a58a732a9650c21afb (diff) |
use common elf.sc instead of own hppaobsd.sc, catch up w/ dale's elf work for hppa; drahn@ lots of helps and ok
Diffstat (limited to 'gnu/usr.bin/binutils/ld/Makefile.am')
-rw-r--r-- | gnu/usr.bin/binutils/ld/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile.am b/gnu/usr.bin/binutils/ld/Makefile.am index 19590adc7b3..7b75c791c3a 100644 --- a/gnu/usr.bin/binutils/ld/Makefile.am +++ b/gnu/usr.bin/binutils/ld/Makefile.am @@ -563,7 +563,7 @@ ehppalinux.c: $(srcdir)/emulparams/hppalinux.sh \ ${GENSCRIPTS} hppalinux "$(tdir_hppalinux)" ehppaobsd.c: $(srcdir)/emulparams/hppaobsd.sh \ $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/hppaelf.em \ - $(srcdir)/scripttempl/hppaobsd.sc ${GEN_DEPENDS} + $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} hppaobsd "$(tdir_hppaobsd)" ei386aout.c: $(srcdir)/emulparams/i386aout.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} |