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