Update release notes, etc., for the 1.47.2 release
[e2fsprogs.git] / depfix.sed
blob680fb2200464b39b2225b2dc9ac3d3383e618ef5
2 # Insert the header.....
4 1i\
5 # +++ Dependency line eater +++\
6 # \
7 # Makefile dependencies follow.  This must be the last section in\
8 # the Makefile.in file\
12 # Remove line continuations....
14 :FIRST
15 y/      / /
16 s/^ *//
17 /\\$/{
19 y/      / /
20 s/\\\n */ /
21 bFIRST
23 s/  */ /g
25 s;/usr/include/[^ ]* *;;g
26 s;/usr/lib/[^ ]* *;;g
27 s;/bin/[^ ]* *;;g
28 s;\.\./[^ ]*lib/blkid/blkid[^ ]* *;;g
29 s;\.\./[^ ]*lib/uuid/uuid.h[^ ]* *;;g
32 # Now insert a trailing newline...
34 $a\