1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

Swap condition order

Swap condtion so the make line does not return 'false'.
Remove cleanup of lvm2api.sh since it is not created anymore.
This commit is contained in:
Zdenek Kabelac 2011-11-23 13:03:57 +00:00
parent 5a036adb32
commit 9fb16c608d

View File

@ -106,7 +106,7 @@ CMDS = lvm $(shell cat $(top_builddir)/tools/.commands)
touch $@
clean:
test "$(srcdir)" != . && $(RM) $(RUN_BASE) lvm2app.sh
test "$(srcdir)" = . || $(RM) $(RUN_BASE)
CLEAN_TARGETS += .lib-dir-stamp .tests-stamp $(LIB) $(addprefix lib/,$(CMDS)) \
lib/clvmd lib/dmeventd lib/dmsetup lib/lvmetad lib/fsadm lib/vgimportclone