summaryrefslogtreecommitdiff
path: root/build/Makefile.kernel
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-09 22:16:03 +0000
committerDana Jansens <danakj@orodu.net>2003-04-09 22:16:03 +0000
commit09deadf727d3ad8e83a1716239adb642a64c9dd9 (patch)
treedc5d8c9c66bac62f7575a058217e68cb08b290fb /build/Makefile.kernel
parent51e27c03cfc53b8070f2d020c033fdce383116af (diff)
install with libtool
Diffstat (limited to 'build/Makefile.kernel')
-rw-r--r--build/Makefile.kernel3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/Makefile.kernel b/build/Makefile.kernel
index a5e79c66..bcd3f6af 100644
--- 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))