Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
6885dd72
Commit
6885dd72
authored
Jun 01, 2007
by
Ian Lynagh
Browse files
Fix creation of hsc2hs-inplace.bat
parent
a9fcc06f
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/hsc2hs/Makefile
View file @
6885dd72
...
...
@@ -40,7 +40,7 @@ INPLACE_SCRIPT=hsc2hs-inplace.bat
FULL_INPLACE_PATH
=
$(
subst
/,
\,
$(FPTOOLS_TOP_ABS_PLATFORM)
/utils/hsc2hs/
)
all
::
$(RM)
-f
$(INPLACE_SCRIPT)
echo
'@call
$(FULL_INPLACE_PATH)$(HS_PROG)
)
----template=
$(FULL_INPLACE_PATH)
template-hsc.h
$(HSC2HS_EXTRA)
%*'
>>
$(INPLACE_SCRIPT)
echo
'@call
$(FULL_INPLACE_PATH)$(HS_PROG)
----template=
$(FULL_INPLACE_PATH)
template-hsc.h
$(HSC2HS_
INPLACE_
EXTRA)
%*'
>>
$(INPLACE_SCRIPT)
$(EXECUTABLE_FILE)
$(INPLACE_SCRIPT)
else
INPLACE_SCRIPT
=
hsc2hs-inplace
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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