* [PATCH] xfsprogs: install PKGHFILES in install-dev
@ 2015-05-15 16:24 Eric Sandeen
0 siblings, 0 replies; only message in thread
From: Eric Sandeen @ 2015-05-15 16:24 UTC (permalink / raw)
To: xfs-oss
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 <sandeen@redhat.com>
---
(for the libxfs-4* branch)
diff --git a/libxfs/Makefile b/libxfs/Makefile
index 981cb0b..a3c9ab5 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)
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-05-15 16:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-15 16:24 [PATCH] xfsprogs: install PKGHFILES in install-dev Eric Sandeen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox