Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
401520db
Commit
401520db
authored
Jun 06, 2001
by
simonmar
Browse files
[project @ 2001-06-06 14:41:45 by simonmar]
yet more wibbles
parent
fcd55be3
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/paths.mk
View file @
401520db
...
...
@@ -132,7 +132,7 @@ HS_HCS = $(addsuffix .$(way_)hc,$(basename $(HS_SRCS)))
HS_SS
=
$(
addsuffix
.
$(way_)
s,
$(
basename
$(HS_SRCS)
))
HS_IFACES
=
$(
addsuffix
.
$(way_)
hi,
$(
basename
$(HS_SRCS)
))
HSC_C_OBJS
=
$(
patsubst
%.hsc, %_hsc.o,
$(
HSC_
SRCS)
)
HSC_C_OBJS
=
$(
patsubst
%.hsc, %_hsc.o,
$(
filter
%.hsc,
$(
SRCS)
)
)
C_SRCS
=
$(
filter
%.c,
$(SRCS)
)
C_OBJS
=
$(
addsuffix
.
$(way_)
o,
$(
basename
$(C_SRCS)
))
...
...
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