Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gesh
GHC
Commits
8edd03ef
Commit
8edd03ef
authored
24 years ago
by
Reuben Thomas
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 2000-07-18 17:31:02 by rrt]
Added a few EXE_SUFFIXes to get the driver going on Windows.
parent
26255ccf
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ghc/mk/paths.mk
+4
-5
4 additions, 5 deletions
ghc/mk/paths.mk
with
4 additions
and
5 deletions
ghc/mk/paths.mk
+
4
−
5
View file @
8edd03ef
# -----------------------------------------------------------------------------
# $Id: paths.mk,v 1.2
2
2000/0
6/28 14:00:36 simonmar
Exp $
# $Id: paths.mk,v 1.2
3
2000/0
7/18 17:31:02 rrt
Exp $
#
# ghc project specific make variables
#
...
...
@@ -32,11 +32,10 @@ GHC_MANGLER_DIR := $(GHC_DRIVER_DIR)/mangler
GHC_SPLIT_DIR
:=
$(
GHC_DRIVER_DIR
)
/split
GHC_STAT_DIR
:=
$(
GHC_DRIVER_DIR
)
/stats
GHC_INPLACE
=
$(
GHC_DRIVER_DIR
)
/ghc-inplace
GHC_INPLACE
=
$(
GHC_DRIVER_DIR
)
/ghc-inplace
$(
EXE_SUFFIX
)
GHC_MKDEPENDHS
=
$(
GHC_MKDEPENDHS_DIR
)
/mkdependHS-inplace
GHC_HSC
=
$(
GHC_HSC_DIR
)
/hsc
UNLIT
=
$(
GHC_UNLIT_DIR
)
/unlit
GHC_UNLIT
=
$(
GHC_UNLIT_DIR
)
/unlit
GHC_HSC
=
$(
GHC_HSC_DIR
)
/hsc
$(
EXE_SUFFIX
)
GHC_UNLIT
=
$(
GHC_UNLIT_DIR
)
/unlit
$(
EXE_SUFFIX
)
GHC_MANGLER
=
$(
GHC_MANGLER_DIR
)
/ghc-asm
GHC_SPLIT
=
$(
GHC_SPLIT_DIR
)
/ghc-split
GHC_STATS
=
$(
GHC_STAT_DIR
)
/ghc-stats
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment