Skip to content
GitLab
Menu
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
8044722d
Commit
8044722d
authored
Jun 22, 2007
by
Ian Lynagh
Browse files
Fix typo in Makefile
parent
29f3c1b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
8044722d
...
...
@@ -371,7 +371,7 @@ PUBLISH_FILES = $(BIN_DIST_TARBALL)
# Upload the distribution and documentation
ifneq
"$(ISCC)" ""
WINDOWS_INSTALLER_BASE
=
ghc-
$(ProjectVersion)
-
$(TARGETPLATFORM)
WINDOWS_INSTALLER
=
$(WINDOWS_INSTALLER)$(exeext)
WINDOWS_INSTALLER
=
$(WINDOWS_INSTALLER
_BASE
)$(exeext)
PUBLISH_FILES
+=
$(WINDOWS_INSTALLER)
...
...
Write
Preview
Supports
Markdown
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