aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index db6ff5e..f088418 100644
--- a/Makefile
+++ b/Makefile
@@ -114,11 +114,11 @@ bin/libgamma.so.$(LIB_VERSION): $(foreach O,$(LIBOBJ),obj/lib/$(O).o)
bin/libgamma.so.$(LIB_MAJOR):
mkdir -p $(shell dirname $@)
- ln -s libgamma.so.$(LIB_VERSION) $@
+ ln -sf libgamma.so.$(LIB_VERSION) $@
bin/libgamma.so:
mkdir -p $(shell dirname $@)
- ln -s libgamma.so.$(LIB_VERSION) $@
+ ln -sf libgamma.so.$(LIB_VERSION) $@
obj/lib/%.o: src/lib/%.c src/lib/*.h
mkdir -p $(shell dirname $@)