[commit: ghc] wip/angerman/reloc: temp fix Makefile (61ba492)

git at git.haskell.org git at git.haskell.org
Thu Feb 15 07:35:04 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/angerman/reloc
Link       : http://ghc.haskell.org/trac/ghc/changeset/61ba492873c825feff8977e7bee75d0dce6d6a55/ghc

>---------------------------------------------------------------

commit 61ba492873c825feff8977e7bee75d0dce6d6a55
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date:   Thu Feb 15 12:29:14 2018 +0800

    temp fix Makefile


>---------------------------------------------------------------

61ba492873c825feff8977e7bee75d0dce6d6a55
 utils/iserv/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils/iserv/Makefile b/utils/iserv/Makefile
index f160978..3619858 100644
--- a/utils/iserv/Makefile
+++ b/utils/iserv/Makefile
@@ -10,6 +10,6 @@
 #
 # -----------------------------------------------------------------------------
 
-dir = iserv
-TOP = ..
+dir = utils/iserv
+TOP = ../..
 include $(TOP)/mk/sub-makefile.mk



More information about the ghc-commits mailing list