From ad762445bbd66f0d4726cb9fb77700940103b4f8 Mon Sep 17 00:00:00 2001 From: lefranc Date: Fri, 22 Jan 2010 09:23:28 +0000 Subject: cleo/buildroot: prevent .packed file to be re-created inside linux dir - closes #477 - closes #605 git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6639 017c9cb6-072f-447c-8318-d5b54f68fe89 --- cleopatre/buildroot/target/device/Spidcom/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cleopatre/buildroot/target/device/Spidcom/Makefile.in b/cleopatre/buildroot/target/device/Spidcom/Makefile.in index 6e862d43ca..8518d521d9 100644 --- a/cleopatre/buildroot/target/device/Spidcom/Makefile.in +++ b/cleopatre/buildroot/target/device/Spidcom/Makefile.in @@ -37,7 +37,7 @@ check_linux_link: mkdir -p $(DL_DIR); \ touch $(DL_DIR)/$(LINUX_HEADERS_SOURCE); \ fi; \ - if [ -e ../$(notdir $(LINUX26_DIR)-spc300) ]; then \ + if [ ! -e $(LINUX26_DIR) ]; then \ mkdir -p $(PROJECT_BUILD_DIR); \ ln -sf ../../../$(notdir $(LINUX26_DIR)-spc300) $(LINUX26_DIR); \ touch $(LINUX26_DIR)/.unpacked; \ -- cgit v1.2.3