Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
290967b3
Commit
290967b3
authored
Aug 24, 2007
by
Simon Marlow
Browse files
include bindisttest in source distributions (fixes srcdist)
parent
0168c633
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
290967b3
...
...
@@ -458,7 +458,7 @@ SRC_DIST_DIR=$(shell pwd)/$(SRC_DIST_NAME)
#
# Files to include in source distributions
#
SRC_DIST_DIRS
+=
mk docs distrib
$(
filter-out
docs distrib,
$(SUBDIRS)
)
SRC_DIST_DIRS
+=
mk docs distrib
bindisttest
$(
filter-out
docs distrib,
$(SUBDIRS)
)
SRC_DIST_FILES
+=
\
configure.ac config.guess config.sub configure
\
aclocal.m4 README ANNOUNCE HACKING LICENSE Makefile install-sh
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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