]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Remove gen-tarball when doing "make clean"
authorTheodore Ts'o <tytso@mit.edu>
Mon, 31 Mar 2003 04:53:53 +0000 (23:53 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 31 Mar 2003 04:53:53 +0000 (23:53 -0500)
util/Makefile.in

index 3003118586f6698c88f187be29d077f65cdc7b00..1c5c9a1725cc93e9e96c22701516f34e1eff2057 100644 (file)
@@ -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