aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-12-04 12:44:03 +0000
committerMartin Willi <martin@strongswan.org>2005-12-04 12:44:03 +0000
commit45658ada932c45dcc61c48e9cf068cc76c4fc0fb (patch)
treed1c91e289da76dfe5f7b94469ce3342c501312f1 /Source/charon
parent25c41f4df7079b64ba53184e47edbc012ae96123 (diff)
downloadstrongswan-45658ada932c45dcc61c48e9cf068cc76c4fc0fb.tar.bz2
strongswan-45658ada932c45dcc61c48e9cf068cc76c4fc0fb.tar.xz
- no fail if bin not empty
Diffstat (limited to 'Source/charon')
-rw-r--r--Source/charon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/Makefile b/Source/charon/Makefile
index 3da6561bf..853b00eac 100644
--- a/Source/charon/Makefile
+++ b/Source/charon/Makefile
@@ -71,4 +71,4 @@ $(BUILD_DIR)run_tests : $(TEST_OBJS)
clean :
rm -f $(TEST_OBJS) $(BUILD_DIR)charon $(BUILD_DIR)run_tests $(BUILD_DIR)daemon.o; \
- rmdir $(BUILD_DIR)
+ rmdir --ignore-fail-on-non-empty $(BUILD_DIR)