diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-10-10 18:21:37 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-10-10 18:21:37 +0000 |
commit | f20f2474998dbbe0333d4aa8592adfa1697e7b97 (patch) | |
tree | ef30f70d8106d4d7defda27aa70aa768cf5ea83c /bfd/mpw-make.sed | |
parent | 3e222a5a5b0e387c475796dee3115e5a15f18aa7 (diff) | |
download | gdb-f20f2474998dbbe0333d4aa8592adfa1697e7b97.zip gdb-f20f2474998dbbe0333d4aa8592adfa1697e7b97.tar.gz gdb-f20f2474998dbbe0333d4aa8592adfa1697e7b97.tar.bz2 |
* mpw-make.sed (config.bfd, targmatch.sed): Edit references to
point explicitly to srcdir.
(targmatch.h): Edit references to point explicitly to objdir.
Diffstat (limited to 'bfd/mpw-make.sed')
-rw-r--r-- | bfd/mpw-make.sed | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/mpw-make.sed b/bfd/mpw-make.sed index 7248569..b2463c7 100644 --- a/bfd/mpw-make.sed +++ b/bfd/mpw-make.sed @@ -26,9 +26,15 @@ /BFD_H/s/^{BFD_H}/#{BFD_H}/ +# Add explicit srcdir paths to special files. +/config.bfd/s/ config.bfd/ "{s}"config.bfd/g +/targmatch.sed/s/ targmatch.sed/ "{s}"targmatch.sed/g + # Point at include files that are always in the objdir. /bfd/s/"{s}"bfd\.h/"{o}"bfd.h/g /config/s/"{s}"config\.h/"{o}"config.h/g +/targmatch/s/"{s}"targmatch\.h/"{o}"targmatch.h/g +/targmatch/s/^targmatch\.h/"{o}"targmatch.h/ /elf32-target/s/"{s}"elf32-target\.h/"{o}"elf32-target.h/g /elf32-target/s/^elf32-target\.h/"{o}"elf32-target.h/ /elf64-target/s/"{s}"elf64-target\.h/"{o}"elf64-target.h/g |