From: Eric Sandeen Date: Thu, 30 Jul 2015 23:00:07 +0000 (+1000) Subject: build: install PKGHFILES in install-dev X-Git-Tag: v4.2.0-rc1~6^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b75ef5e7785869e44d6ac955cb1d07532f8dd003;p=thirdparty%2Fxfsprogs-dev.git 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 --- 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)