[commit: ghc] wip/angerman/win32-cross: temp fix Makefile (a66332f)
git at git.haskell.org
git at git.haskell.org
Tue Mar 13 04:14:43 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/angerman/win32-cross
Link : http://ghc.haskell.org/trac/ghc/changeset/a66332fdebcf1266f9c0410ef7b3619daf3ef8e7/ghc
>---------------------------------------------------------------
commit a66332fdebcf1266f9c0410ef7b3619daf3ef8e7
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date: Thu Feb 15 12:29:14 2018 +0800
temp fix Makefile
>---------------------------------------------------------------
a66332fdebcf1266f9c0410ef7b3619daf3ef8e7
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