Whamcloud - gitweb
blkidP.h: add missing extern "C" declaration
[tools/e2fsprogs.git] / depfix.sed
index 1bcf112..680fb22 100644 (file)
 #
 # Remove line continuations....
 #
-#:FIRST
-#y/    / /
-#s/^ *//
-#/\\$/{
-#N
-#y/    / /
-#s/\\\n */ /
-#bFIRST
-#}
-#s/  */ /g
+:FIRST
+y/     / /
+s/^ *//
+/\\$/{
+N
+y/     / /
+s/\\\n */ /
+bFIRST
+}
+s/  */ /g
 
 s;/usr/include/[^ ]* *;;g
 s;/usr/lib/[^ ]* *;;g
-s;/mit/cygnus[^ ]* *;;g
+s;/bin/[^ ]* *;;g
+s;\.\./[^ ]*lib/blkid/blkid[^ ]* *;;g
+s;\.\./[^ ]*lib/uuid/uuid.h[^ ]* *;;g
 
 #
 # Now insert a trailing newline...