Remove a redundant part of distrib/Makefile's "make install"
authorIan Lynagh <igloo@earth.li>
Thu, 20 Sep 2007 18:39:03 +0000 (18:39 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 20 Sep 2007 18:39:03 +0000 (18:39 +0000)
distrib/Makefile

index 3cbacc2..eff56a0 100644 (file)
@@ -15,7 +15,6 @@ include Makefile-vars
 
 install ::
        $(INSTALL_DIR) $(bindir)
-       (cd lib/$(platform); find . -type d -exec sh -c '$(INSTALL_DIR) $$0 $(libdir)/$$0' {} \; )
        (cd share; find . -type d -exec sh -c '$(INSTALL_DIR) $(datadir)/$$0' {} \; )
 
 install::