projects
/
osl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92e383c
)
[Makefile]: Also create bindir and mandir on install.
v0.1.0
author
Andre Noll
<maan@systemlinux.org>
Tue, 4 Aug 2009 08:50:05 +0000
(10:50 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Tue, 4 Aug 2009 08:50:05 +0000
(10:50 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 3ce4567c36a98edb1ccdd20308d92f3605dffd63..703238b13a35b652b57d6e6f9e3fd029f5e8ae12 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-168,7
+168,7
@@
distclean: clean
rm -rf web/doxygen
install: all
- $(MKDIR) $(libdir) $(includedir)
+ $(MKDIR) $(libdir) $(includedir)
$(mandir) $(bindir)
$(RM) $(libdir)/$(linkername)
$(LN) -s $(libdir)/$(soname) $(libdir)/$(linkername)
$(INSTALL) -s -m 755 $(realname) $(libdir)