Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
0134939d
Commit
0134939d
authored
Jan 19, 2010
by
Ian Lynagh
Browse files
Escape some $s in makefiles for consistency
parent
1bf79d5d
Changes
2
Hide whitespace changes
Inline
Side-by-side
rules/build-package-way.mk
View file @
0134939d
...
...
@@ -54,7 +54,7 @@ ifeq "$3" "dyn"
# Link a dynamic library
# On windows we have to supply the extra libs this one links to when building it.
ifeq
"$(HOSTPLATFORM)" "i386-unknown-mingw32"
ifeq
"$
$
(HOSTPLATFORM)" "i386-unknown-mingw32"
$$($1_$2_$3_LIB)
:
$$($1_$2_$3_ALL_OBJS) $$(ALL_RTS_LIBS) $$($1_$2_$3_DEPS_LIBS)
"
$$
(
$1_$2_HC
)"
$$
(
$1_$2_$3_ALL_OBJS
)
\
`
$$
(
$1_$2_$3_MKSTUBOBJS
)
`
\
...
...
rules/build-package.mk
View file @
0134939d
...
...
@@ -135,7 +135,7 @@ endif
endif
# C and S files are possibly built the "dyn" way.
ifeq
"$(BuildSharedLibs)" "YES"
ifeq
"$
$
(BuildSharedLibs)" "YES"
$(call
c-objs,$1,$2,dyn)
$(call
c-suffix-rules,$1,$2,dyn,YES)
endif
...
...
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