Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
5908f01a
Commit
5908f01a
authored
Jan 10, 2005
by
simonmar
Browse files
[project @ 2005-01-10 16:24:16 by simonmar]
Add *.S to $(C_SRCS). Seems to do the right thing, including mkdependC.
parent
cad81487
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/paths.mk
View file @
5908f01a
...
...
@@ -156,7 +156,7 @@ endif
# These are droppings from hsc2hs - ignore them if we see them.
EXCLUDED_C_SRCS
+=
$(
patsubst
%.hsc, %_hsc_make.c,
$(HSC_SRCS)
)
C_SRCS
=
$(
filter-out
$(EXCLUDED_C_SRCS)
,
$(
filter
%.c,
$(SRCS)
))
C_SRCS
=
$(
filter-out
$(EXCLUDED_C_SRCS)
,
$(
filter
%.c
%.S
,
$(SRCS)
))
C_OBJS
=
$(
addsuffix
.
$(way_)
o,
$(
basename
$(C_SRCS)
))
# SCRIPT_SRCS: list of raw script files (in literate form)
...
...
Write
Preview
Markdown
is supported
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