diff options
author | Ian Lynagh <igloo@earth.li> | 2007-09-20 18:39:03 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-09-20 18:39:03 +0000 |
commit | 11337f446522d5117b09017692904850698f05b6 (patch) | |
tree | 94578e0e950aa4127ccb7070073914effbc770cc /distrib/Makefile | |
parent | 446ecae3c65cc4d166f9008e60190ffe70530654 (diff) | |
download | haskell-11337f446522d5117b09017692904850698f05b6.tar.gz |
Remove a redundant part of distrib/Makefile's "make install"
Diffstat (limited to 'distrib/Makefile')
-rw-r--r-- | distrib/Makefile | 1 |
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:: |