Whamcloud - gitweb
Makefile.in (clean): Remove tst_getsize when doing a make clean
authorTheodore Ts'o <tytso@mit.edu>
Fri, 4 Feb 2005 15:36:37 +0000 (10:36 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 4 Feb 2005 15:36:37 +0000 (10:36 -0500)
lib/ext2fs/ChangeLog
lib/ext2fs/Makefile.in

index 0b7e5da..909950f 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-04  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.in (clean): Remove tst_getsize when doing a make clean
+
 2005-02-03  Theodore Ts'o  <tytso@mit.edu>
 
        * bitops.c: Make the generic functions more efficient.
index d9ab05f..e9884c7 100644 (file)
@@ -256,9 +256,9 @@ uninstall::
        $(RM) -rf $(DESTDIR)$(includedir)/ext2fs 
 
 clean::
-       $(RM) -f \#* *.s *.o *.a *~ *.bak core profiled/* checker/* \
+       $(RM) -f \#* *.s *.o *.a *~ *.bak core ext2fs.pc profiled/* checker/* \
                tst_badblocks tst_iscan ext2_err.et ext2_err.c ext2_err.h \
-               tst_byteswap tst_ismounted mkjournal \
+               tst_byteswap tst_ismounted tst_getsize mkjournal \
                ../libext2fs.a ../libext2fs_p.a ../libext2fs_chk.a
 
 mostlyclean:: clean