X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Futils%2Fhsc2hs%2FMakefile;h=c8b2bd79d14840013e0184f010a9f75cd5c6c708;hb=b91cf86dcdd9de988d68a08d721ded4068147940;hp=e88e6329847d94c28ea90486edaad1cf37ba4013;hpb=559f7d8d6ca8c0b5630e3eb0f0fe716480134b08;p=ghc-hetmet.git 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"