From: Andreas Dilger Date: Sat, 4 Aug 2001 07:02:34 +0000 (-0600) Subject: Add "*.orig" to "make clean" target, change explicit listing of X-Git-Tag: E2FSPROGS-1_23~29 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=83d0b970b2ce11f07e626b8cd7cb6b1c7f13facf;p=tools%2Fe2fsprogs.git Add "*.orig" to "make clean" target, change explicit listing of ext2_types.h in "make distclean" to $(SUBS). Add $(SUBS) as a dependency to "make check" target. --- diff --git a/Makefile.in b/Makefile.in index e695aa7..e03fcdd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -95,19 +95,19 @@ lib/ext2fs/ext2_types.h: $(DEP_SUBSTITUTE) $(srcdir)/lib/ext2fs/ext2_types.h.in > lib/ext2fs/ext2_types.h mostlyclean-local: - $(RM) -f \#* *~ core MAKELOG + $(RM) -f \#* *~ *.orig core MAKELOG clean-local: mostlyclean-local distclean-local: clean-local - $(RM) -f lib/ext2fs/ext2_types.h $(SUBST_CONF) \ + $(RM) -f $(SUBS) $(SUBST_CONF) \ config.status config.log config.cache MCONFIG Makefile \ $(srcdir)/TAGS $(srcdir)/Makefile.in.old realclean-local: distclean-local $(RM) -f configure -check:: check-recursive +check:: $(SUBS) check-recursive distribution_tar_file: $(RM) -rf /tmp/dest