summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>1999-07-19 16:18:52 +0000
committerTheodore Ts'o <tytso@mit.edu>1999-07-19 16:18:52 +0000
commitf3b3dbbe60ce36f19862f26489cd3dcce1c61d76 (patch)
tree6015b1e2ef11b0e508d11028bab6339c2137f6c5 /Makefile.in
parent790a0ad4d525227d17c6674f9bd869ab5eac4d99 (diff)
downloade2fsprogs-f3b3dbbe60ce36f19862f26489cd3dcce1c61d76.tar.gz
Makefile.in:
Fix cleanup procedure to delete subst.conf properly.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 1de6b8fb..52b5880c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -9,7 +9,7 @@ INSTALL = @INSTALL@
LIB_SUBDIRS=lib/et lib/ss lib/ext2fs lib/e2p lib/uuid
PROG_SUBDIRS=e2fsck debugfs misc resize tests/progs
-SUBDIRS=$(LIB_SUBDIRS) $(PROG_SUBDIRS) tests
+SUBDIRS=util $(LIB_SUBDIRS) $(PROG_SUBDIRS) tests
SUBS= include/asm/types.h
@@ -86,7 +86,7 @@ mostlyclean-local:
$(RM) -f \#* *~ core MAKELOG
clean-local: mostlyclean-local
distclean-local: clean-local
- $(RM) -f include/asm/types.h $(SUBSTITUTE)
+ $(RM) -f include/asm/types.h $(SUBST_CONF)
$(RM) -f config.status config.log config.cache MCONFIG Makefile
realclean-local: distclean-local
$(RM) -f configure