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
Environments
Terraform modules
Monitor
Incidents
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
jberryman
GHC
Commits
25d33ea3
Commit
25d33ea3
authored
23 years ago
by
Simon Peyton Jones
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 2002-04-01 13:57:10 by simonpj]
Use hasktags for the HSTAGS_PGM
parent
48d756d4
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ghc/mk/paths.mk
+3
-3
3 additions, 3 deletions
ghc/mk/paths.mk
with
3 additions
and
3 deletions
ghc/mk/paths.mk
+
3
−
3
View file @
25d33ea3
# -----------------------------------------------------------------------------
# $Id: paths.mk,v 1.
39
2002/0
2/12 15:17:22
simon
mar
Exp $
# $Id: paths.mk,v 1.
40
2002/0
4/01 13:57:10
simon
pj
Exp $
#
# ghc project specific make variables
#
...
...
@@ -19,7 +19,7 @@ GHC_UTILS_DIR_REL = utils
GHC_DRIVER_DIR_REL
=
driver
GHC_UNLIT_DIR_REL
=
$(
GHC_UTILS_DIR_REL
)
/unlit
GHC_HSTAGS_DIR_REL
=
$(
GHC_UTILS_DIR_REL
)
/h
s
tags
GHC_HSTAGS_DIR_REL
=
$(
GHC_UTILS_DIR_REL
)
/h
ask
tags
GHC_TOUCHY_DIR_REL
=
$(
GHC_UTILS_DIR_REL
)
/touchy
GHC_PKG_DIR_REL
=
$(
GHC_UTILS_DIR_REL
)
/ghc-pkg
GHC_GENPRIMOP_DIR_REL
=
$(
GHC_UTILS_DIR_REL
)
/genprimopcode
...
...
@@ -43,7 +43,7 @@ GHC_LIB_DIR = $(FPTOOLS_TOP)/libraries
# xxx_PGM the name of an executable, without the path
GHC_UNLIT_PGM
=
unlit
$(
EXE_SUFFIX
)
GHC_HSTAGS_PGM
=
h
s
tags
GHC_HSTAGS_PGM
=
h
ask
tags
GHC_TOUCHY_PGM
=
touchy
$(
EXE_SUFFIX
)
GHC_MANGLER_PGM
=
ghc-asm
GHC_SPLIT_PGM
=
ghc-split
...
...
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