Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
6e12cc94
Commit
6e12cc94
authored
May 21, 2010
by
John Koleszar
Committed by
Code Review
May 21, 2010
Browse files
Merge "makefile: fix error message due to missing quotes"
parents
b858f5cc
af515467
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/Makefile
View file @
6e12cc94
...
...
@@ -37,7 +37,7 @@ install:
@if
[
-d
"$(DIST_DIR)/src"
];
then
\
mkdir
-p
"$(DIST_DIR)/build"
;
\
cd
"$(DIST_DIR)/build"
;
\
if
[
$(TGT_CC)
=
"rvct"
]
;
then
\
if
[
"
$(TGT_CC)
"
=
"rvct"
]
;
then
\
echo
"../src/configure --target=$(TOOLCHAIN) --libc=$(ALT_LIBC)"
;
\
../src/configure
--target
=
$(TOOLCHAIN)
--libc
=
$(ALT_LIBC)
;
\
else
\
...
...
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