New file used for rebuilding dependencies.

This commit is contained in:
Ian Lance Taylor 1993-12-13 19:37:22 +00:00
parent f3628b3985
commit f80837391e
2 changed files with 17 additions and 0 deletions

View File

@ -43,6 +43,7 @@ config
config.h
configure.bat
configure.in
dep-in.sed
emulparams
emultempl
genscripts.sh

16
ld/dep-in.sed Normal file
View File

@ -0,0 +1,16 @@
:loop
/\\$/N
/\\$/b loop
s!@INCDIR@!$(INCDIR)!g
s!@srcdir@/!!g
s!\.\./bfd/hosts/[^ ]*\.h ! !g
s/\\\n */ /g
s/ *$//
s/ */ /g
/:$/d
s/\(.\{50\}[^ ]*\) /\1 \\\
/g