X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=distrib%2FMakefile;h=06c1f2947f7603d400bb8783147a5b09b7e7380c;hb=8fd85c9d692f91a5b565bb0d54050c2ce6ac6ae2;hp=3cbacc21e3ee782ebea60f70f56c34bb3e3b3f5d;hpb=fb167775d703ba2a3cc1a0527982723845b6997e;p=ghc-hetmet.git diff --git a/distrib/Makefile b/distrib/Makefile index 3cbacc2..06c1f29 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,8 +1,9 @@ include Makefile-vars -.PHONY: in-place mk-version-symlinks install +.PHONY: mk-version-symlinks install +#.PHONY: in-place # This has bitrotted: #in-place :: # @if test -x "./post-inplace-script" ; then \ @@ -15,7 +16,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::