From 53d113c04aec1fd291484fad7671f1682f61c311 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Wed, 10 Nov 2010 12:38:00 +0000 Subject: [PATCH] Merge of the trunk's r2655: Fix minor Makefile issues git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.0.0.x@2656 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst_local/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scst_local/Makefile b/scst_local/Makefile index 644902064..f721b0377 100644 --- a/scst_local/Makefile +++ b/scst_local/Makefile @@ -2,6 +2,8 @@ # A Makefile for the scst-local ... # +SHELL=/bin/bash + #SCST_INC_DIR := /usr/local/include/scst #SCST_DIR := $(SCST_INC_DIR) SCST_INC_DIR := $(SUBDIRS)/../scst/include/ @@ -102,4 +104,5 @@ perf2debug: @cmp Makefile Makefile.aa >/dev/null; if [[ $$? = 0 ]]; then rm Makefile.aa; echo "sed failed"; false; fi rm Makefile.aa -.PHONY: all tgt install uninstall clean extraclean +.PHONY: all tgt install uninstall clean extraclean debug2release release2debug debug2perf perf2debug +