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
Glasgow Haskell Compiler
GHC
Commits
194dd633
Commit
194dd633
authored
Apr 11, 2003
by
simonmar
Browse files
[project @ 2003-04-11 12:24:30 by simonmar]
remove spurious backslash
parent
054aa5fa
Changes
1
Show whitespace changes
Inline
Side-by-side
mk/paths.mk
View file @
194dd633
...
...
@@ -139,7 +139,7 @@ HAPPY_SRCS = $(HAPPY_Y_SRCS) $(HAPPY_LY_SRCS)
DERIVED_GC_SRCS
=
$(
patsubst
%.gc, %.hs,
$(GC_SRCS)
)
\
$(
patsubst
%.gc, %_stub_ffi.c,
$(GC_SRCS)
)
\
$(
patsubst
%.gc, %_stub_ffi.h,
$(GC_SRCS)
)
\
$(
patsubst
%.gc, %_stub_ffi.h,
$(GC_SRCS)
)
DERIVED_HSC_SRCS
=
$(
patsubst
%.hsc, %.hs,
$(HSC_SRCS)
)
\
$(
patsubst
%.hsc, %_hsc.c,
$(HSC_SRCS)
)
\
...
...
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