Skip to content
GitLab
Menu
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
8db5c981
Commit
8db5c981
authored
Jan 31, 2000
by
simonmar
Browse files
[project @ 2000-01-31 15:35:05 by simonmar]
Add configure target to detect when autoconf needs to be run.
parent
7a98ee19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
8db5c981
...
...
@@ -27,6 +27,16 @@ endif
SRC_DIST_DIRS
+=
mk docs distrib
$(ProjectsToBuild)
SRC_DIST_FILES
+=
configure.in config.guess config.sub configure aclocal.m4 acconfig.h README INSTALL Makefile install-sh
# -----------------------------------------------------------------------------
# Make sure configure is up-to-date
all boot
::
configure
configure
::
configure.in
@
echo
"WARNING: configure needs to be regenerated. Type"
@
echo
" make -f Makefile.config ./configure"
@
echo
"and rerun make."
@
exit
16
# -----------------------------------------------------------------------------
# Making a binary distribution
#
...
...
Write
Preview
Supports
Markdown
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