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
c93fa934
Commit
c93fa934
authored
Mar 25, 1997
by
sof
Browse files
[project @ 1997-03-25 21:17:10 by sof]
if->ifeq buglet
parent
3f58e6a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/config.mk.in
View file @
c93fa934
...
...
@@ -473,7 +473,7 @@ INSTALL = @INSTALL@
# install-sh script (if chosen). This not terribly useful to us, so we convert
# it into an abs. path.
#
if "$(INSTALL)" ".././install-sh"
if
eq
"$(INSTALL)" ".././install-sh"
INSTALL = $(FPTOOLS_TOP_ABS)/install-sh
endif
LATEX = latex
...
...
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