From: Nathan Scott Date: Fri, 18 Jun 2004 01:42:17 +0000 (+0000) Subject: Fix make install breakage with xfsprogs platform headers. X-Git-Tag: v2.7.0~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5da4d1724a760c308eeb3da173aac93a8db1b7e;p=thirdparty%2Fxfsprogs-dev.git Fix make install breakage with xfsprogs platform headers. --- 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