From 93dc546f3b50163e5e826f3fdfac66e86dc11220 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Sat, 9 May 2015 03:16:19 +0000 Subject: [PATCH] Fix typo in the new QLA git qla_extraclean target git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6205 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a8dc73bf2..b7f8fe971 100644 --- a/Makefile +++ b/Makefile @@ -269,7 +269,7 @@ qla_clean: cd $(QLA_DIR) && $(MAKE) clean qla_extraclean: - cd $(QLA_INI_DIR)/.. && $(MAKE) extraclean + cd $(QLA_INI_DIR) && pwd && $(MAKE) extraclean cd $(QLA_DIR) && $(MAKE) extraclean qla_old: