Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
jberryman
GHC
Commits
eb3de385
Commit
eb3de385
authored
Feb 08, 2007
by
Simon Marlow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix cut-and-pasto in code for binary-dist upload
parent
a6b59f26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+2
-2
No files found.
Makefile
View file @
eb3de385
...
...
@@ -388,8 +388,8 @@ binary-dist ::
ifneq
"$(PublishLocation)" ""
binary-dist
::
@
for
i
in
0 1 2 3 4 5 6 7 8 9
;
do
\
echo
"Try
$$
i:
$(PublishCp)
$(
SRC
_DIST_
EXTRALIBS_
TARBALL)
$(PublishLocation)
"
;
\
if
$(PublishCp)
$(
SRC
_DIST_
EXTRALIBS_
TARBALL)
$(PublishLocation)
;
then
break
;
fi
\
echo
"Try
$$
i:
$(PublishCp)
$(
BIN
_DIST_TARBALL)
$(PublishLocation)
"
;
\
if
$(PublishCp)
$(
BIN
_DIST_TARBALL)
$(PublishLocation)
;
then
break
;
fi
\
done
endif
...
...
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