summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot
diff options
context:
space:
mode:
authorlefranc2010-01-22 09:23:28 +0000
committerlefranc2010-01-22 09:23:28 +0000
commitad762445bbd66f0d4726cb9fb77700940103b4f8 (patch)
tree28e875d690d070e27a1015254b84499a61664594 /cleopatre/buildroot
parent47412fba99ff58a28f9df7f28ff876efbd6630ca (diff)
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
Diffstat (limited to 'cleopatre/buildroot')
-rw-r--r--cleopatre/buildroot/target/device/Spidcom/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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; \