From 11337f446522d5117b09017692904850698f05b6 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 20 Sep 2007 18:39:03 +0000 Subject: [PATCH] Remove a redundant part of distrib/Makefile's "make install" --- distrib/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/distrib/Makefile b/distrib/Makefile index 3cbacc2..eff56a0 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -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:: -- 1.7.10.4