From 94230f694ec016566a5ed6f9b357a3a4d0cf525c Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Wed, 17 Sep 2003 11:51:25 +0000 Subject: [PATCH] Manual merge 2003/09/06 00:05:07+01:00 flatcap.org!flatcap makefile wasn't cleaning up ntfscluster.8 2003/09/05 23:58:15+01:00 flatcap.org!flatcap added ntfscluster.8 to the build (Logical change 1.180) --- ntfsprogs/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ntfsprogs/Makefile.in b/ntfsprogs/Makefile.in index 2eb4ff42..07a37443 100644 --- a/ntfsprogs/Makefile.in +++ b/ntfsprogs/Makefile.in @@ -339,6 +339,8 @@ ntfsresize.8: $(top_builddir)/config.status ntfsresize.8.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ ntfsundelete.8: $(top_builddir)/config.status ntfsundelete.8.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +ntfscluster.8: $(top_builddir)/config.status ntfscluster.8.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL)