Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
645c395c
Commit
645c395c
authored
Jan 21, 2002
by
sof
Browse files
[project @ 2002-01-21 19:56:20 by sof]
assume bash (and not ash) is used with mingw
parent
5858853b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/utils/hsc2hs/Makefile
View file @
645c395c
# -----------------------------------------------------------------------------
# $Id: Makefile,v 1.2
8
2002/01/
17 08:38:0
0 sof Exp $
# $Id: Makefile,v 1.2
9
2002/01/
21 19:56:2
0 sof Exp $
TOP
=
../..
include
$(TOP)/mk/boilerplate.mk
...
...
@@ -90,7 +90,7 @@ $(CONFIG_HS) : $(FPTOOLS_TOP)/mk/config.mk Makefile
ifneq
"$(TARGETPLATFORM)" "i386-unknown-mingw32"
@
echo
"pathSep = '/'"
>>
$(CONFIG_HS)
else
@
echo
"pathSep = '
\\\\
\\
'"
>>
$(CONFIG_HS)
@
echo
"pathSep = '
\\\\
'"
>>
$(CONFIG_HS)
endif
@
echo
done
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment