aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2022-02-03 12:41:32 -0500
committerEric Sandeen <sandeen@sandeen.net>2022-02-03 12:41:32 -0500
commit25b42fbfd5edb2db1da225991c2a64d5a6a99689 (patch)
tree92357342d32403d36623b63fc199182370aa0792
parent5f9f0ca9cf08362835da8c98742bef2f7b1c3379 (diff)
downloadxfsdump-dev-25b42fbfd5edb2db1da225991c2a64d5a6a99689.tar.gz
xfsdump: don't try to generate .ltdep in inventory/
.ltdep gets generated from CFILES, and there are none in inventory/ so trying to generate it in that dir leads to a non-fatal error: Building inventory [LTDEP] gcc: fatal error: no input files compilation terminated. inventory/ - like common/ - has files that get linked into other dirs, and .ltdep is generated there. So, simply remove the .ltdep generation from the inventory/ dir. Reported-by: Thomas Deutschmann <whissi@gentoo.org> Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Bill O'Donnell <billodo@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
-rw-r--r--inventory/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/inventory/Makefile b/inventory/Makefile
index cda145e1..6624fba0 100644
--- a/inventory/Makefile
+++ b/inventory/Makefile
@@ -12,5 +12,3 @@ LSRCFILES = inv_api.c inv_core.c inv_fstab.c inv_idx.c inv_mgr.c \
default install install-dev:
include $(BUILDRULES)
-
--include .ltdep