projects
/
libmormegil
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4bf121
)
Makefile now forces softlinking of soname to realname
author
fluffymormegil
<mpread@chiark.greenend.org.uk>
Tue, 12 Oct 2010 23:16:14 +0000
(
00:16
+0100)
committer
fluffymormegil
<mpread@chiark.greenend.org.uk>
Tue, 12 Oct 2010 23:16:14 +0000
(
00:16
+0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
59dca42
..
bbda91f
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-38,7
+38,7
@@
clean:
install: install-headers
cp $(LIBMORMEGIL_BUILT) $(DESTDIR)$(libdir)/$(LIB_REALNAME)
- (cd $(DESTDIR)$(libdir) && ln -s $(LIB_REALNAME) $(LIB_SONAME) )
+ (cd $(DESTDIR)$(libdir) && ln -s
f
$(LIB_REALNAME) $(LIB_SONAME) )
srcarchive: clean
mkdir $(SRCARCH_NAME)