X-Git-Url: https://rtime.felk.cvut.cz/gitweb/sysless.git/blobdiff_plain/ed67e34d3a9eeb316a2dcc4b9946d26acea54912..c38dad461789fe0dce2a27e4244d1af77202143d:/board/m68k/mo_cpu1/libs/Makefile diff --git a/board/m68k/mo_cpu1/libs/Makefile b/board/m68k/mo_cpu1/libs/Makefile index 142cc88..76b56fd 100644 --- a/board/m68k/mo_cpu1/libs/Makefile +++ b/board/m68k/mo_cpu1/libs/Makefile @@ -1,13 +1,13 @@ # Generic directory or leaf node makefile for OCERA make framework ifndef MAKERULES_DIR -MAKERULES_DIR := $(shell ( old_pwd="" ; while [ ! -e Makefile.rules ] ; do if [ "$$old_pwd" == `pwd` ] ; then exit 1 ; else old_pwd=`pwd` ; cd -L .. 2>/dev/null ; fi ; done ; pwd ) ) +MAKERULES_DIR := $(shell ( old_pwd="" ; while [ ! -e Makefile.rules ] ; do if [ "$$old_pwd" = `pwd` ] ; then exit 1 ; else old_pwd=`pwd` ; cd -L .. 2>/dev/null ; fi ; done ; pwd ) ) endif ifeq ($(MAKERULES_DIR),) all : default .DEFAULT:: - @echo -e "\nThe Makefile.rules has not been found in this or partent directory\n" + @echo -e "\nThe Makefile.rules has not been found in this or parent directory\n" else include $(MAKERULES_DIR)/Makefile.rules endif