diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-09 22:16:03 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-09 22:16:03 +0000 |
| commit | 09deadf727d3ad8e83a1716239adb642a64c9dd9 (patch) | |
| tree | dc5d8c9c66bac62f7575a058217e68cb08b290fb /build | |
| parent | 51e27c03cfc53b8070f2d020c033fdce383116af (diff) | |
install with libtool
Diffstat (limited to 'build')
| -rw-r--r-- | build/Makefile.kernel | 3 |
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)) |
