From f3b3dbbe60ce36f19862f26489cd3dcce1c61d76 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 19 Jul 1999 16:18:52 +0000 Subject: [PATCH] Makefile.in: Fix cleanup procedure to delete subst.conf properly. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 1de6b8f..52b5880 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 -- 1.8.3.1