From 0339bb890589ff336c217bfce1009e21376fa50f Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 29 Mar 2013 01:19:24 +0000 Subject: [PATCH] This change causes "make -C clean" to work. Also, use SUBDIRS=... instead of M=... because of consistency with the rest of the Makefile. Signed-off-by: Bart Van Assche git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4829 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/Makefile | 2 +- scst_local/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qla2x00t/Makefile b/qla2x00t/Makefile index 57a3477d8..24e811095 100644 --- a/qla2x00t/Makefile +++ b/qla2x00t/Makefile @@ -58,7 +58,7 @@ uninstall: endif clean: - @$(MAKE) -C $(KDIR) M=$(PWD) clean + @$(MAKE) -C $(KDIR) SUBDIRS=$(shell pwd) clean @$(RM) tags Modules.symvers module.symvers Module.markers modules.order extraclean: clean diff --git a/scst_local/Makefile b/scst_local/Makefile index b3bac7a97..7d7e318e2 100644 --- a/scst_local/Makefile +++ b/scst_local/Makefile @@ -75,7 +75,7 @@ uninstall: endif clean: - @$(MAKE) -C $(KDIR) M=$(PWD) clean + @$(MAKE) -C $(KDIR) SUBDIRS=$(shell pwd) clean @$(RM) tags Modules.symvers module.symvers Module.markers modules.order extraclean: clean