summaryrefslogtreecommitdiff
path: root/depfix.sed
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2009-10-04 14:45:08 -0400
committerTheodore Ts'o <tytso@mit.edu>2009-10-04 14:45:08 -0400
commite1f085079525c0ed4c5ab1f2abedaf9407a7b8da (patch)
tree48f6ac3df6ae37ddba08a6967758785d3b54c608 /depfix.sed
parent61a9d2b33e5c7afa4f03d6cc0ed4d81b2caf7023 (diff)
Don't use in-tree header files if using system uuid or blkid libraries
This commit forces the use of the system-provided blkid or uuid header files if we are using the system-provided blkid or uuid libraries. This avoids using the in-tree header files with the system libraries. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'depfix.sed')
-rw-r--r--depfix.sed2
1 files changed, 2 insertions, 0 deletions
diff --git a/depfix.sed b/depfix.sed
index 11c83e9e..c73a8938 100644
--- a/depfix.sed
+++ b/depfix.sed
@@ -25,6 +25,8 @@ s/ */ /g
s;/usr/include/[^ ]* *;;g
s;/usr/lib/[^ ]* *;;g
s;/mit/cygnus[^ ]* *;;g
+s;../[^ ]*lib/blkid/blkid[^ ]* *;;g
+s;../[^ ]*lib/uuid/uuid.h[^ ]* *;;g
#
# Now insert a trailing newline...