Fix exponential-time behaviour with type synonyms; rename -XPartiallyAppliedTypeSynon...
[ghc-hetmet.git] / distrib / Makefile
index d60e111..3cbacc2 100644 (file)
@@ -1,16 +1,17 @@
 
 include Makefile-vars
 
-.PHONY: in-place mk-version-symlinks install-dirs install
+.PHONY: in-place mk-version-symlinks install
 
-in-place ::
-       @if test -x "./post-inplace-script" ; then \
-               echo "Running project-specific post-inplace script ..." ; \
-               ./post-inplace-script $(platform) `pwd` \
-                       $(package)-$(version); \
-               echo "Done" ; \
-       fi
-       @echo "Finished configuring..to use, add `pwd`/bin/$(platform) to your PATH."
+# This has bitrotted:
+#in-place ::
+#      @if test -x "./post-inplace-script" ; then \
+#              echo "Running project-specific post-inplace script ..." ; \
+#              ./post-inplace-script $(platform) `pwd` \
+#                      $(package)-$(version); \
+#              echo "Done" ; \
+#      fi
+#      @echo "Finished configuring..to use, add `pwd`/bin/$(platform) to your PATH."
 
 install ::
        $(INSTALL_DIR) $(bindir)
@@ -24,6 +25,7 @@ install::
        $(MAKE) -C rts       install DOING_BIN_DIST=YES
        $(MAKE) -C libraries install DOING_BIN_DIST=YES
        $(MAKE) -C compiler  install DOING_BIN_DIST=YES
+       $(INSTALL_DATA) $(INSTALL_OPTS) extra-gcc-opts $(libdir)
 
 install :: install-docs postinstall denounce