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
e9f4cd43
Commit
e9f4cd43
authored
Jul 17, 2001
by
qrczak
Browse files
[project @ 2001-07-17 21:12:33 by qrczak]
Include way in HSC_C_OBJS to clean *_hsc.p_o too.
parent
ab5f7f9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/paths.mk
View file @
e9f4cd43
...
...
@@ -134,7 +134,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,
$(
filter
%.hsc,
$(SRCS)
))
HSC_C_OBJS
=
$(
addsuffix
_hsc.
$(way_)
o,
$(
basename
$(
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