summaryrefslogtreecommitdiff
path: root/distrib/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-09-20 18:39:03 +0000
committerIan Lynagh <igloo@earth.li>2007-09-20 18:39:03 +0000
commit11337f446522d5117b09017692904850698f05b6 (patch)
tree94578e0e950aa4127ccb7070073914effbc770cc /distrib/Makefile
parent446ecae3c65cc4d166f9008e60190ffe70530654 (diff)
downloadhaskell-11337f446522d5117b09017692904850698f05b6.tar.gz
Remove a redundant part of distrib/Makefile's "make install"
Diffstat (limited to 'distrib/Makefile')
-rw-r--r--distrib/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/distrib/Makefile b/distrib/Makefile
index 3cbacc21e3..eff56a0077 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::