summaryrefslogtreecommitdiffstats
path: root/libblkid
diff options
context:
space:
mode:
authorRuediger Meier2018-01-20 19:06:22 +0100
committerKarel Zak2018-01-22 11:16:49 +0100
commit0da03d449021c5fae696d1ed6509e7604ab1483e (patch)
tree752b71ad2c94b3f66c7e8c8b9e3554bd482ae9a6 /libblkid
parentbuild-sys: automake is able to find headers in builddir ... (diff)
downloadkernel-qcow2-util-linux-0da03d449021c5fae696d1ed6509e7604ab1483e.tar.gz
kernel-qcow2-util-linux-0da03d449021c5fae696d1ed6509e7604ab1483e.tar.xz
kernel-qcow2-util-linux-0da03d449021c5fae696d1ed6509e7604ab1483e.zip
build-sys: remove unneeded dependencies on bla.h.in
We have already automakes's automatic dependencies like bla.h.in -> bla.h -> foo.o -> bar.la An explicit direct dependency bla.h.in -> bar.la is redundant and useless anyways. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'libblkid')
-rw-r--r--libblkid/src/Makemodule.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/libblkid/src/Makemodule.am b/libblkid/src/Makemodule.am
index f41f8383d..2bd19959f 100644
--- a/libblkid/src/Makemodule.am
+++ b/libblkid/src/Makemodule.am
@@ -115,8 +115,7 @@ libblkid_la_LIBADD = libcommon.la
libblkid_la_DEPENDENCIES = \
libcommon.la \
- libblkid/src/libblkid.sym \
- libblkid/src/blkid.h.in
+ libblkid/src/libblkid.sym
libblkid_la_CFLAGS = \
$(AM_CFLAGS) \