diff options
author | Theodore Ts'o <tytso@mit.edu> | 2003-03-30 23:53:53 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2003-03-30 23:53:53 -0500 |
commit | 4529665b38548886a4be1b5adbac2b115bcfbfae (patch) | |
tree | 9b07dc499e31a3c4a6cace9e92fd9ea6bf3dadd7 /util | |
parent | 39d38b05904170123e8e001b657e2fb35a63dce7 (diff) | |
download | e2fsprogs-4529665b38548886a4be1b5adbac2b115bcfbfae.tar.gz |
Remove gen-tarball when doing "make clean"
Diffstat (limited to 'util')
-rw-r--r-- | util/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.in b/util/Makefile.in index 30031185..1c5c9a17 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 |