e2fsprogs/depfix.sed
Theodore Ts'o 50e1e10fa0 Many files:
Checked in e2fsprogs 0.5c
1997-04-26 13:58:21 +00:00

34 lines
397 B
Sed

#
# Insert the header.....
#
1i\
# +++ Dependency line eater +++\
# \
# Makefile dependencies follow. This must be the last section in\
# the Makefile.in file\
#
#
# Remove line continuations....
#
#:FIRST
#y/ / /
#s/^ *//
#/\\$/{
#N
#y/ / /
#s/\\\n */ /
#bFIRST
#}
#s/ */ /g
s;/usr/include/[^ ]* *;;g
s;/usr/lib/[^ ]* *;;g
s;/mit/cygnus[^ ]* *;;g
#
# Now insert a trailing newline...
#
$a\