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
21f68373
Commit
21f68373
authored
Apr 25, 2001
by
simonmar
Browse files
[project @ 2001-04-25 10:00:29 by simonmar]
never delete configure, even for maintainer-clean.
parent
97d60caa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
21f68373
...
...
@@ -291,8 +291,6 @@ dist-package-zip ::
DIST_CLEAN_FILES
+=
config.cache config.status
MAINTAINER_CLEAN_FILES
+=
configure
all
::
@
case
'
${MFLAGS}
'
in
*
-[ik]
*
)
x_on_err
=
0
;;
*
-r
*
[
ik]
*
)
x_on_err
=
0
;;
*
)
x_on_err
=
1
;;
esac
;
\
for
i
in
$(SUBDIRS)
;
do
\
...
...
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