Skip to content
GitLab
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
79f1a031
Commit
79f1a031
authored
Jan 23, 2011
by
Ian Lynagh
Browse files
Add some missing dependencies
parent
032dd778
Changes
1
Hide whitespace changes
Inline
Side-by-side
rules/build-dependencies.mk
View file @
79f1a031
...
...
@@ -26,6 +26,10 @@ $1_$2_MKDEPENDHS_FLAGS += -include-pkg-deps
ifneq
"$$($1_$2_NO_BUILD_DEPS)" "YES"
# Some of the Haskell files (e.g. utils/hsc2hs/Main.hs) (directly or
# indirectly) include the generated includes files.
$$($1_$2_depfile_haskell)
:
$$(includes_H_CONFIG) $$(includes_H_PLATFORM)
$$($1_$2_depfile_haskell)
:
$$($1_$2_HS_SRCS) $$($1_$2_HS_BOOT_SRCS) $$($1_$2_HC_MK_DEPEND_DEP) | $$$$(dir $$$$@)/.
"
$
$(RM)
"
$
$(RM_OPTS)
$$
@.tmp
touch
$$
@.tmp
...
...
@@ -45,7 +49,8 @@ endif
# like bad rules, due to the two colons, so we filter them out.
grep -v '
:
[a-zA-Z]:/' $$@.tmp > $$@
# Some of the C files depend on the generated includes files.
# Some of the C files (directly or indirectly) include the generated
# includes files.
$$($1_$2_depfile_c_asm)
:
$$(includes_H_CONFIG) $$(includes_H_PLATFORM)
$$($1_$2_depfile_c_asm)
:
$$($1_$2_C_FILES_DEPS) $$($1_$2_S_FILES) | $$$$(dir $$$$@)/.
...
...
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