[commit: ghc] wip/angerman/win32-cross: temp fix Makefile (9aa2173)
git at git.haskell.org
git at git.haskell.org
Mon Feb 26 06:12:53 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/angerman/win32-cross
Link : http://ghc.haskell.org/trac/ghc/changeset/9aa21739da05bddae992d718d01022f0036d1251/ghc
>---------------------------------------------------------------
commit 9aa21739da05bddae992d718d01022f0036d1251
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date: Thu Feb 15 12:29:14 2018 +0800
temp fix Makefile
>---------------------------------------------------------------
9aa21739da05bddae992d718d01022f0036d1251
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