Index: MakeSetup =================================================================== --- MakeSetup (revision 329310) +++ MakeSetup (working copy) @@ -64,7 +64,7 @@ # # Base name of this directory and of parent directory # -DIRNAME:=$(shell expr $(PWD) : '\(.*[^/]\)/*$' : '.*/\(..*\)') +DIRNAME:=$(shell expr $(PWD) : '\(.*[^/]\)/*$$' : '.*/\(..*\)') PROJECTNAME:= ifeq ("src","$(DIRNAME)")