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