aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2015-07-01 19:40:23 -0400
committerTheodore Ts'o <tytso@mit.edu>2015-07-01 19:40:23 -0400
commit59a220dd9f0102f10a049e38949e96a8c85fe33a (patch)
tree2b7c40abd14e93dc0dbb53e7699ad85bba73193b /util
parent8f8511aba07c47df779be94eeb5970f2b73000d8 (diff)
downloadandroid_external_e2fsprogs-59a220dd9f0102f10a049e38949e96a8c85fe33a.tar.gz
android_external_e2fsprogs-59a220dd9f0102f10a049e38949e96a8c85fe33a.tar.bz2
android_external_e2fsprogs-59a220dd9f0102f10a049e38949e96a8c85fe33a.zip
Fix "make clean" and "make distclean"
There were some generated files that weren't getting removed by the clean and distclean targets; fix this. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'util')
-rw-r--r--util/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.in b/util/Makefile.in
index 5171c1cc..96117d9e 100644
--- a/util/Makefile.in
+++ b/util/Makefile.in
@@ -53,7 +53,7 @@ tarballs: gen-tarball
clean::
$(RM) -f $(PROGS) \#* *.s *.o *.a *~ core *.tar.gz gen-tarball \
- copy-sparse dirpaths.h
+ copy-sparse dirpaths.h install-symlink
mostlyclean: clean