]> Dogcows Code - chaz/openbox/commitdiff
install with libtool
authorDana Jansens <danakj@orodu.net>
Wed, 9 Apr 2003 22:16:03 +0000 (22:16 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 9 Apr 2003 22:16:03 +0000 (22:16 +0000)
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.023187 seconds and 4 git commands to generate.