]> git.pld-linux.org Git - packages/ghc.git/commitdiff
- removed not needed hunk
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 8 Apr 2010 14:16:01 +0000 (14:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ghc-pld.patch -> 1.2

ghc-pld.patch

index ef6ac05c4a5910a436815164589db701a1623a42..9f8623099c4969d75a7ef3989cda7317c9ed1fc5 100644 (file)
@@ -9,27 +9,3 @@
          ;;
      *)
          echo "Unknown vendor $1"
---- ghc-6.12.1/aclocal.m4~     2009-12-10 19:11:33.000000000 +0100
-+++ ghc-6.12.1/aclocal.m4      2010-04-08 15:55:14.053145486 +0200
-@@ -1199,20 +1199,7 @@
- AC_DEFUN([FP_FIND_ROOT],[
- AC_MSG_CHECKING(for path to top of build tree)
--dnl This would be
--dnl     make -C utils/ghc-pwd clean && make -C utils/ghc-pwd
--dnl except we don't want to have to know what make is called. Sigh.
--if test ! -f utils/ghc-pwd/ghc-pwd && test ! -f utils/ghc-pwd/ghc-pwd.exe; then
--  cd utils/ghc-pwd
--  rm -f *.o
--  rm -f *.hi
--  rm -f ghc-pwd
--  rm -f ghc-pwd.exe
--  "$WithGhc" -v0 --make ghc-pwd -o ghc-pwd
--  cd ../..
--fi
--
--hardtop=`utils/ghc-pwd/ghc-pwd`
-+hardtop=`pwd`
- if ! test -d "$hardtop"; then
-   AC_MSG_ERROR([cannot determine current directory])
This page took 0.099731 seconds and 4 git commands to generate.