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
Alex D
GHC
Commits
95473f10
Commit
95473f10
authored
Sep 07, 2004
by
simonmar
Browse files
[project @ 2004-09-07 09:00:02 by simonmar]
We don't need this any more.
parent
841b94ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.config
deleted
100644 → 0
View file @
841b94ee
# partain: probably not the right thing yet
all
:
configure
configure
:
configure
.
ac
aclocal
.
m4
rm
-
f
configure
.
new
autoconf
configure
.
ac
>
configure
.
new
\
|| (
rm
-
f
configure
.
new
;
exit
1
)
rm
-
f
configure
mv
configure
.
new
configure
chmod
+
x
configure
if
test
-
f
config
.
status
;
then
./
config
.
status
--
recheck
;
fi
rm
-
f
configure
.
new
CONFIG_H_IN
=
ghc
/
includes
/
config
.
h
.
in
config
.
h
.
in
:
configure
.
ac
rm
-
f
$(
CONFIG_H_IN
)
autoheader
configure
.
ac
> $(
CONFIG_H_IN
) \
|| (
rm
-
f
$(
CONFIG_H_IN
);
exit
1
)
# do something about autoheader
# do something about ghc-vs-nofib configure scripts
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