From fa7b78be9bd8af94f9282b8bf379e64edc84ddd6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 29 Apr 2007 21:50:53 +0000 Subject: Changes to resulting previous merge of arch/c5471 and arch/dm320 into arch/arm and also to adding lpc214x to arch/arm. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@194 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'nuttx/Makefile') diff --git a/nuttx/Makefile b/nuttx/Makefile index d27c28f39..c7351b0e6 100644 --- a/nuttx/Makefile +++ b/nuttx/Makefile @@ -63,10 +63,10 @@ include/nuttx/config.h: $(TOPDIR)/.config tools/mkconfig # link the arch//include dir to include/arch include/arch: Make.defs - @if [ -e include/arch ]; then \ - if [ -h include/arch ]; then \ - rm -f include/arch ; \ - else \ + @if [ -h include/arch ]; then \ + rm -f include/arch ; \ + else \ + if [ -e include/arch ]; then \ echo "include/arch exists but is not a symbolic link" ; \ exit 1 ; \ fi ; \ @@ -75,10 +75,10 @@ include/arch: Make.defs # Link the configs//include dir to include/arch/board include/arch/board: Make.defs include/arch - @if [ -e include/arch/board ]; then \ - if [ -h include/arch/board ]; then \ + @if [ -h include/arch/board ]; then \ rm -f include/arch/board ; \ - else \ + else \ + if [ -e include/arch/board ]; then \ echo "include/arch/board exists but is not a symbolic link" ; \ exit 1 ; \ fi ; \ -- cgit v1.2.3