diff options
author | Theodore Ts'o <tytso@mit.edu> | 2005-02-05 15:48:49 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2005-02-05 15:48:49 -0500 |
commit | b7aa0d653e4fcfbff3f122e1382fcca090f82a44 (patch) | |
tree | 64fff0030d13af2c46d0b31dc84f8c012af81c9d /lib/uuid/Makefile.in | |
parent | 33db8f80f2b5c5c5d8cd5068205c79f0ea11905b (diff) | |
download | e2fsprogs-b7aa0d653e4fcfbff3f122e1382fcca090f82a44.tar.gz |
Remove *.pc files on a "make distclean"
Remove emacs backup files in tests/Makefile on a "make clean"
Diffstat (limited to 'lib/uuid/Makefile.in')
-rw-r--r-- | lib/uuid/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/uuid/Makefile.in b/lib/uuid/Makefile.in index 358776b8..46560908 100644 --- a/lib/uuid/Makefile.in +++ b/lib/uuid/Makefile.in @@ -169,7 +169,8 @@ check:: tst_uuid mostlyclean:: clean distclean:: clean - $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old + $(RM) -f .depend Makefile uuid.pc \ + $(srcdir)/TAGS $(srcdir)/Makefile.in.old # # Hack to parallel makes recognize dependencies correctly. |