Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
9994d4b8
Commit
9994d4b8
authored
Jun 23, 2001
by
panne
Browse files
[project @ 2001-06-23 12:54:18 by panne]
Use libexecdir in scripts, not libdir Note: hsc2hs has to be changed, too...
parent
b138da84
Changes
3
Hide whitespace changes
Inline
Side-by-side
ghc/driver/ghc/Makefile
View file @
9994d4b8
#-----------------------------------------------------------------------------
# $Id: Makefile,v 1.
2
2001/0
3
/2
6 22:42:42 qrczak
Exp $
# $Id: Makefile,v 1.
3
2001/0
6
/2
3 12:54:18 panne
Exp $
#
TOP
=
../..
...
...
@@ -9,10 +9,10 @@ include $(TOP)/mk/boilerplate.mk
# ghc script
ifeq
"$(BIN_DIST)" "1"
GHCBIN
=
$$
\"\"
libdir/ghc-
$(ProjectVersion)
GHCBIN
=
$$
\"\"
lib
exec
dir/ghc-
$(ProjectVersion)
GHCLIB
=
$$
\"\"
libdir
else
GHCBIN
=
$(libdir)
/ghc-
$(ProjectVersion)
GHCBIN
=
$(lib
exec
dir)
/ghc-
$(ProjectVersion)
GHCLIB
=
$(libdir)
endif
# BIN_DIST
...
...
ghc/driver/ghci/Makefile
View file @
9994d4b8
#-----------------------------------------------------------------------------
# $Id: Makefile,v 1.
3
2001/0
3
/2
7 09:36:53 simonmar
Exp $
# $Id: Makefile,v 1.
4
2001/0
6
/2
3 12:54:18 panne
Exp $
#
TOP
=
../..
...
...
@@ -13,10 +13,10 @@ INSTALLING=1
ifeq
"$(INSTALLING)" "1"
ifeq
"$(BIN_DIST)" "1"
GHCBIN
=
$$
\"\"
libdir/ghc-
$(ProjectVersion)
GHCBIN
=
$$
\"\"
lib
exec
dir/ghc-
$(ProjectVersion)
GHCLIB
=
$$
\"\"
libdir
else
GHCBIN
=
$(libdir)
/ghc-
$(ProjectVersion)
GHCBIN
=
$(lib
exec
dir)
/ghc-
$(ProjectVersion)
GHCLIB
=
$(libdir)
endif
# BIN_DIST
else
...
...
ghc/utils/ghc-pkg/Makefile
View file @
9994d4b8
# -----------------------------------------------------------------------------
# $Id: Makefile,v 1.
7
2001/0
3
/2
7
1
3:38:03 simonmar
Exp $
# $Id: Makefile,v 1.
8
2001/0
6
/2
3
1
2:54:18 panne
Exp $
TOP
=
../..
include
$(TOP)/mk/boilerplate.mk
...
...
@@ -21,10 +21,10 @@ INSTALL_LIBEXECS = $(HS_PROG)
ifeq
"$(INSTALLING)" "1"
ifeq
"$(BIN_DIST)" "1"
GHCPKGBIN
=
$$
\"\"
libdir/
$(HS_PROG)
GHCPKGBIN
=
$$
\"\"
lib
exec
dir/
$(HS_PROG)
PKGCONF
=
$$
\"\"
libdir/package.conf
else
GHCPKGBIN
=
$(libdir)
/
$(HS_PROG)
GHCPKGBIN
=
$(lib
exec
dir)
/
$(HS_PROG)
PKGCONF
=
$(libdir)
/package.conf
endif
# BIN_DIST
else
...
...
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