summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Objective-C/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objective-C/GNUmakefile b/Objective-C/GNUmakefile
index eaf153c..770c12f 100644
--- a/Objective-C/GNUmakefile
+++ b/Objective-C/GNUmakefile
@@ -73,7 +73,7 @@ clean: $(FFI_CLEAN)
distclean: clean
obj/libobjcl.dylib: $(FFI_DEPS) obj/libobjcl.dylib.$(VERSION)
- ln -s libobjcl.dylib.$(VERSION) $@
+ ln -s -f libobjcl.dylib.$(VERSION) $@
obj/libobjcl.dylib.$(VERSION): $(libobjcl_OBJ_FILES)
make -p obj