From 09deadf727d3ad8e83a1716239adb642a64c9dd9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 9 Apr 2003 22:16:03 +0000 Subject: [PATCH] install with libtool --- build/Makefile.kernel | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) -- 2.39.2