From 61e2fa77b950c638ee702f56c3cf9643c9982f26 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Fri, 31 Jul 2015 14:45:52 +1000 Subject: [PATCH] xfsprogs: don't install internal header files All the headers in $(HFILES) are internal to xfsprogs and should not be installed. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- libxfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxfs/Makefile b/libxfs/Makefile index 98e0e2877..c85f1edcd 100644 --- a/libxfs/Makefile +++ b/libxfs/Makefile @@ -139,7 +139,7 @@ install-headers: $(addsuffix -hdrs, $(PKGHFILES) $(QAHFILES)) $(Q)$(LN_S) -f $(PWD)/libxfs/$* $(TOPDIR)/include/xfs/$* install-dev: install - $(INSTALL) -m 644 $(PKGHFILES) $(HFILES) $(PKG_INC_DIR) + $(INSTALL) -m 644 $(PKGHFILES) $(PKG_INC_DIR) install-qa: install-dev $(INSTALL) -m 644 $(QAHFILES) $(PKG_INC_DIR) -- 2.47.2