aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-06-03 05:21:34 +0200
committerMattias Andrée <maandree@operamail.com>2014-06-03 05:21:34 +0200
commit9716f3e83d15e9419ebf3433c3e7b14893d99f5a (patch)
tree2484e1dff6dc642277630d9e622ca1570f489b07 /Makefile
parentadd deps list (diff)
downloadlibgamma-9716f3e83d15e9419ebf3433c3e7b14893d99f5a.tar.gz
libgamma-9716f3e83d15e9419ebf3433c3e7b14893d99f5a.tar.bz2
libgamma-9716f3e83d15e9419ebf3433c3e7b14893d99f5a.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-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 $@)