1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Remove -f from list of targets for cleanup

rm -f is already in used for this cleanup.
This commit is contained in:
Zdenek Kabelac 2011-01-17 15:18:10 +00:00
parent 6184b70cf7
commit e84c7c7c63

View File

@ -104,6 +104,6 @@ clean:
for i in lvm $$(cat ../tools/.commands); do rm -f lib/$$i; done
if test "$(srcdir)" != . ; then rm -f $(subst $(srcdir)/, ,$(RUN)) lvm2app.sh ; fi
CLEAN_TARGETS += .lib-dir-stamp .test-stamp -f $(LIB) lib/dmsetup lib/clvmd lib/dmeventd
CLEAN_TARGETS += .lib-dir-stamp .test-stamp $(LIB) lib/dmsetup lib/clvmd lib/dmeventd
.NOTPARALLEL: