From 8e7261164266bc35724e24f38d1eda0cecd27895 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Fri, 5 Jun 2015 12:15:04 +1000 Subject: [PATCH] build: install PKGHFILES in install-dev Without this, we'll be missing xfs_fs.h and xfs_types.h when we "make install-dev" (and xfs.h includes them). Signed-off-by: Eric Sandeen 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 981cb0bbd..a3c9ab53a 100644 --- a/libxfs/Makefile +++ b/libxfs/Makefile @@ -131,7 +131,7 @@ include $(BUILDRULES) install: default install-dev: install - $(INSTALL) -m 644 $(HFILES) $(PKG_INC_DIR) + $(INSTALL) -m 644 $(PKGHFILES) $(HFILES) $(PKG_INC_DIR) install-qa: install-dev $(INSTALL) -m 644 $(QAHFILES) $(PKG_INC_DIR) -- 2.47.2