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
aca87ec3
Commit
aca87ec3
authored
Jun 01, 2007
by
Ian Lynagh
Browse files
Fix a -- that somehow turned into a ----
parent
6885dd72
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/hsc2hs/Makefile
View file @
aca87ec3
...
...
@@ -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_INPLACE_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