]> Dogcows Code - chaz/openbox/blobdiff - build/Makefile.kernel
install with libtool
[chaz/openbox] / build / Makefile.kernel
index a5e79c66ff9142e2e20374e7ee8f0e04b93c2fbb..bcd3f6afd502365239b00e8eeb33fa399b8d6f02 100644 (file)
@@ -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))
This page took 0.024651 seconds and 4 git commands to generate.