projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51e27c0
)
install with libtool
author
Dana Jansens
<danakj@orodu.net>
Wed, 9 Apr 2003 22:16:03 +0000
(22:16 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 9 Apr 2003 22:16:03 +0000
(22:16 +0000)
build/Makefile.kernel
patch
|
blob
|
history
diff --git
a/build/Makefile.kernel
b/build/Makefile.kernel
index a5e79c66ff9142e2e20374e7ee8f0e04b93c2fbb..bcd3f6afd502365239b00e8eeb33fa399b8d6f02 100644
(file)
--- a/
build/Makefile.kernel
+++ b/
build/Makefile.kernel
@@
-46,7
+46,8
@@
$(depdir)/%.d: $(srcdir)/%.c
install:
$(INSTALL) -d $(DESTDIR)$(bindir)/
- $(INSTALL) $(target) $(DESTDIR)$(bindir)/$(notdir $(target))
+ $(LIBTOOL) --mode=install $(INSTALL) $(target) \
+ $(DESTDIR)$(bindir)/$(notdir $(target))
uninstall:
-$(RM) $(DESTDIR)$(bindir)/$(notdir $(target))