all repos — openbox @ 09deadf727d3ad8e83a1716239adb642a64c9dd9

openbox fork - make it a bit more like ryudo

install with libtool
Dana Jansens danakj@orodu.net
commit

09deadf727d3ad8e83a1716239adb642a64c9dd9

parent

51e27c03cfc53b8070f2d020c033fdce383116af

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M build/Makefile.kernelbuild/Makefile.kernel

@@ -46,7 +46,8 @@ @$(CC) $(CPPFLAGS) $(CFLAGS) -w -MM -MF $@ -MQ $(<:.c=.o) $<

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))