From: Ian Lynagh Date: Thu, 20 Sep 2007 18:39:03 +0000 (+0000) Subject: Remove a redundant part of distrib/Makefile's "make install" X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=11337f446522d5117b09017692904850698f05b6 Remove a redundant part of distrib/Makefile's "make install" --- 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::