OSDN Git Service

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 3003118..1c5c9a1 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