diff options
author | Martin Willi <martin@strongswan.org> | 2005-12-04 12:44:03 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-12-04 12:44:03 +0000 |
commit | 45658ada932c45dcc61c48e9cf068cc76c4fc0fb (patch) | |
tree | d1c91e289da76dfe5f7b94469ce3342c501312f1 /Source | |
parent | 25c41f4df7079b64ba53184e47edbc012ae96123 (diff) | |
download | strongswan-45658ada932c45dcc61c48e9cf068cc76c4fc0fb.tar.bz2 strongswan-45658ada932c45dcc61c48e9cf068cc76c4fc0fb.tar.xz |
- no fail if bin not empty
Diffstat (limited to 'Source')
-rw-r--r-- | Source/charon/Makefile | 2 |
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) |