From: Theodore Ts'o Date: Mon, 31 Mar 2003 04:53:53 +0000 (-0500) Subject: Remove gen-tarball when doing "make clean" X-Git-Tag: E2FSPROGS-1_33-WIP-0330~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4529665b38548886a4be1b5adbac2b115bcfbfae;p=thirdparty%2Fe2fsprogs.git Remove gen-tarball when doing "make clean" --- diff --git a/util/Makefile.in b/util/Makefile.in index 300311858..1c5c9a172 100644 --- a/util/Makefile.in +++ b/util/Makefile.in @@ -33,7 +33,7 @@ tarballs: gen-tarball sh gen-tarball subset clean: - $(RM) -f $(PROGS) \#* *.s *.o *.a *~ core *.tar.gz + $(RM) -f $(PROGS) \#* *.s *.o *.a *~ core *.tar.gz gen-tarball mostlyclean: clean