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
ccc5a1a2
Commit
ccc5a1a2
authored
Dec 19, 2015
by
Thomas Miedema
Browse files
Build system: fix 'make sdist'
This was broken in
4905b83a
. libraries/ghci/ghc.mk gets created by ./boot.
parent
97281b46
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
ccc5a1a2
...
...
@@ -1155,7 +1155,7 @@ SRC_DIST_TESTSUITE_TARBALL = $(SRC_DIST_ROOT)/$(SRC_DIST_TESTSUITE_NAME).
# Files to include in source distributions
#
SRC_DIST_GHC_DIRS
=
mk rules docs distrib bindisttest libffi includes
\
utils docs rts compiler ghc driver libraries libffi-tarballs
utils docs rts compiler ghc driver libraries libffi-tarballs
iserv
SRC_DIST_GHC_FILES
+=
\
configure.ac config.guess config.sub configure
\
aclocal.m4 README.md ANNOUNCE HACKING.md INSTALL.md LICENSE Makefile
\
...
...
libraries/ghci/ghc.mk
deleted
100644 → 0
View file @
97281b46
libraries/
ghci_PACKAGE
=
ghci
libraries/
ghci_dist-install_GROUP
=
libraries
$(if
$(filter
ghci,$(PACKAGES_STAGE0)),$(eval
$(call
build-package,libraries/ghci,dist-boot,0)))
$(if
$(filter
ghci,$(PACKAGES_STAGE1)),$(eval
$(call
build-package,libraries/ghci,dist-install,1)))
$(if
$(filter
ghci,$(PACKAGES_STAGE2)),$(eval
$(call
build-package,libraries/ghci,dist-install,2)))
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