X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=build%2FMakefile.kernel;fp=build%2FMakefile.kernel;h=bcd3f6afd502365239b00e8eeb33fa399b8d6f02;hb=09deadf727d3ad8e83a1716239adb642a64c9dd9;hp=a5e79c66ff9142e2e20374e7ee8f0e04b93c2fbb;hpb=51e27c03cfc53b8070f2d020c033fdce383116af;p=chaz%2Fopenbox 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))