projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
630659b
)
[project @ 2001-09-11 11:13:22 by rje]
author
rje
<unknown>
Tue, 11 Sep 2001 11:13:22 +0000
(11:13 +0000)
committer
rje
<unknown>
Tue, 11 Sep 2001 11:13:22 +0000
(11:13 +0000)
hasktags is now built as part of the standard build process.
ghc/utils/Makefile
patch
|
blob
|
history
diff --git
a/ghc/utils/Makefile
b/ghc/utils/Makefile
index
e34e3ec
..
34ff7a4
100644
(file)
--- a/
ghc/utils/Makefile
+++ b/
ghc/utils/Makefile
@@
-8,7
+8,7
@@
else
ifeq "$(BootingFromHc)" "YES"
SUBDIRS = hp2ps parallel stat2resid prof unlit
else
-SUBDIRS = ghc-pkg hp2ps hsc2hs parallel stat2resid prof unlit genprimopcode
+SUBDIRS = hasktags ghc-pkg hp2ps hsc2hs parallel stat2resid prof unlit genprimopcode
endif
endif