From 088de3d24f58c8bb8f8a2ac25c5da373a7e3a1f2 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Tue, 4 Mar 2008 12:33:22 +0100 Subject: Build system: Don't break on non-GNUstep systems when compiling libobjcl for the second time. darcs-hash:49d9746e4c8e84ee6c4b6253dbb54fa93eaec836 --- Objective-C/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Objective-C') 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 -- cgit v1.2.3