]> www.infradead.org Git - users/hch/nvme-cli.git/commitdiff
Makefile: fix cleaning subdirectories
authorKeith Busch <kbusch@kernel.org>
Wed, 30 Oct 2019 02:04:37 +0000 (11:04 +0900)
committerKeith Busch <kbusch@kernel.org>
Thu, 7 Nov 2019 23:06:06 +0000 (08:06 +0900)
Signed-off-by: Keith Busch <kbusch@kernel.org>
Makefile

index 8bcf5a56e0561e9cc05467e1d50c9d415e64561e..aa6d4721ec6fa11de9a94e71b257f14a6ecec7e8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,7 @@ test:
 all: doc
 
 clean:
-       $(RM) $(NVME) $(OBJS) $(notdir $(PLUGIN_OBJS) $(UTIL_OBJS)) *~ a.out NVME-VERSION-FILE *.tar* nvme.spec version control nvme-*.deb
+       $(RM) $(NVME) $(OBJS) $(PLUGIN_OBJS) $(UTIL_OBJS) *~ a.out NVME-VERSION-FILE *.tar* nvme.spec version control nvme-*.deb
        $(MAKE) -C Documentation clean
        $(RM) tests/*.pyc
        $(RM) verify-no-dep