From 9716f3e83d15e9419ebf3433c3e7b14893d99f5a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 3 Jun 2014 05:21:34 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 $@) -- cgit v1.2.3-70-g09d2