From b91cf86dcdd9de988d68a08d721ded4068147940 Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 26 Dec 2001 23:08:07 +0000 Subject: [PATCH] [project @ 2001-12-26 23:08:07 by sof] add exeext to HS_PROG to avoid redundant re-linking --- ghc/utils/hsc2hs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/utils/hsc2hs/Makefile b/ghc/utils/hsc2hs/Makefile index e88e632..c8b2bd7 100644 --- a/ghc/utils/hsc2hs/Makefile +++ b/ghc/utils/hsc2hs/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.26 2001/11/03 00:29:13 sof Exp $ +# $Id: Makefile,v 1.27 2001/12/26 23:08:07 sof Exp $ TOP=../.. include $(TOP)/mk/boilerplate.mk @@ -12,7 +12,7 @@ INSTALLING=1 ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" HS_PROG = hsc2hs-bin else -HS_PROG = hsc2hs +HS_PROG = hsc2hs$(exeext) endif SRC_HC_OPTS += -package util -cpp ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" -- 1.7.10.4