]> git.wh0rd.org - dump.git/blob - depfix.sed
Prepare for 0.4b25 release.
[dump.git] / depfix.sed
1 # $Id: depfix.sed,v 1.2 1999/10/11 13:31:04 stelian Exp $
2 #
3 # Insert the header.....
4 #
5 1i\
6 # +++ Dependency line eater +++\
7 # \
8 # Makefile dependencies follow. This must be the last section in\
9 # the Makefile.in file\
10 #
11
12 #
13 # Remove line continuations....
14 #
15 #:FIRST
16 #y/ / /
17 #s/^ *//
18 #/\\$/{
19 #N
20 #y/ / /
21 #s/\\\n */ /
22 #bFIRST
23 #}
24 #s/ */ /g
25
26 s;/usr/include/[^ ]* *;;g
27 s;/usr/lib/[^ ]* *;;g
28 s;/mit/cygnus[^ ]* *;;g
29
30 #
31 # Now insert a trailing newline...
32 #
33 $a\
34