diff options
author | Nick Clifton <nickc@redhat.com> | 2002-05-27 17:52:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-05-27 17:52:56 +0000 |
commit | b4477fa895b6aff727a5fd3b3d6d13342dfe57a9 (patch) | |
tree | 80b234b8259bf9391f871a293741f25b456fdaba /ld/Makefile.in | |
parent | e9732b6d4f5655a6a869d5f259569b5106c34b29 (diff) | |
download | gdb-b4477fa895b6aff727a5fd3b3d6d13342dfe57a9.zip gdb-b4477fa895b6aff727a5fd3b3d6d13342dfe57a9.tar.gz gdb-b4477fa895b6aff727a5fd3b3d6d13342dfe57a9.tar.bz2 |
Install new elf_chaos.sc script.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 30fe5be..6bcc193 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -103,6 +103,8 @@ STRIP = @STRIP@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ +bfdincludedir = @bfdincludedir@ +bfdlibdir = @bfdlibdir@ l = @l@ INTLLIBS = @INTLLIBS@ @@ -1399,7 +1401,7 @@ eelf_i386_be.c: $(srcdir)/emulparams/elf_i386_be.sh \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf_i386_be "$(tdir_elf_i386_be)" eelf_i386_chaos.c: $(srcdir)/emulparams/elf_i386_chaos.sh \ - $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} + $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf_chaos.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf_i386_chaos "$(tdir_elf_i386_chaos)" eelf_i386_fbsd.c: $(srcdir)/emulparams/elf_i386_fbsd.sh \ $(srcdir)/emulparams/elf_i386.sh \ |