X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=Makefile.in;h=832f44ee7f582d713e7ec5abdb65a684b828bbfb;hb=fb6c9e9d411724f1bc1868edb991dba21dc09654;hp=cf129db3f3a29acd8dfb0a45112835facbaddc8f;hpb=fedfb27fe55f5fe643c1f110e55ee4413db8ec5b;p=tools%2Fe2fsprogs.git diff --git a/Makefile.in b/Makefile.in index cf129db..832f44e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -15,7 +15,7 @@ INSTALL = @INSTALL@ @BLKID_CMT@BLKID_LIB_SUBDIR= lib/blkid QUOTA_LIB_SUBDIR= lib/quota -LIB_SUBDIRS=lib/et lib/ss lib/e2p $(UUID_LIB_SUBDIR) lib/ext2fs $(BLKID_LIB_SUBDIR) $(QUOTA_LIB_SUBDIR) intl +LIB_SUBDIRS=lib/et lib/ss lib/e2p $(UUID_LIB_SUBDIR) $(BLKID_LIB_SUBDIR) $(QUOTA_LIB_SUBDIR) lib/ext2fs intl PROG_SUBDIRS=e2fsck $(DEBUGFS_DIR) misc $(RESIZE_DIR) tests/progs po SUBDIRS=util $(LIB_SUBDIRS) $(PROG_SUBDIRS) tests @@ -42,7 +42,13 @@ all-progs-recursive all-libs-recursive: subs e2fsprogs.spec: $(DEP_SUBSTITUTE) e2fsprogs.spec.in cd $(top_builddir); CONFIG_FILES=./e2fsprogs.spec ./config.status -rpm: e2fsprogs.spec +e2fsprogs-RHEL-6.spec: $(DEP_SUBSTITUTE) e2fsprogs-RHEL-6.spec.in + cd $(top_builddir); CONFIG_FILES=./e2fsprogs-RHEL-6.spec ./config.status + +e2fsprogs-SUSE_LINUX-11.spec: $(DEP_SUBSTITUTE) e2fsprogs-SUSE_LINUX-11.spec.in + cd $(top_builddir); CONFIG_FILES=./e2fsprogs-SUSE_LINUX-11.spec ./config.status + +rpm: e2fsprogs.spec e2fsprogs-RHEL-6.spec e2fsprogs-SUSE_LINUX-11.spec sh contrib/build-rpm docs: