From a5da4d1724a760c308eeb3da173aac93a8db1b7e Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Fri, 18 Jun 2004 01:42:17 +0000 Subject: [PATCH] Fix make install breakage with xfsprogs platform headers. --- include/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/Makefile b/include/Makefile index aeb54188c..70d97cdd2 100644 --- a/include/Makefile +++ b/include/Makefile @@ -44,10 +44,10 @@ HFILES = handle.h jdm.h libxfs.h libxlog.h swab.h xqm.h \ xfs_log.h xfs_log_priv.h xfs_log_recover.h xfs_mount.h xfs_quota.h \ xfs_rtalloc.h xfs_sb.h xfs_trans.h xfs_trans_space.h xfs_types.h -HFILES += $(PKG_PLATFORM).c +HFILES += $(PKG_PLATFORM).h PHFILES = darwin.h freebsd.h irix.h linux.h DKHFILES = volume.h fstyp.h dvh.h -LSRCFILES = $(shell echo $(PHFILES) | sed -e "s/$(PKG_PLATFORM).c//g") +LSRCFILES = $(shell echo $(PHFILES) | sed -e "s/$(PKG_PLATFORM).h//g") LSRCFILES += platform_defs.h.in builddefs.in buildmacros buildrules $(DKHFILES) LDIRT = xfs disk -- 2.47.2