summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2005-05-24 04:49:42 +0000
committerWerner Lemberg <wl@gnu.org>2005-05-24 04:49:42 +0000
commit67d546a8a9c8ebcac111c11529a126b1e383b8d1 (patch)
tree9e855f74b5b5565d6eed6db3c39029a367ca0cc7 /configure
parentb8b8de80c62c4d5ac004898d3b5a84f6c71b02d7 (diff)
downloadfreetype2-67d546a8a9c8ebcac111c11529a126b1e383b8d1.tar.gz
* configure: Always remove config.mk, builds/unix/unix-def.mk, and
builds/unix/unix-cc.mk. This fixes repeated calls of the script. Reported by Nelson Beebe and Behdad Esfahbod.
Diffstat (limited to 'configure')
-rw-r--r--configure9
1 files changed, 3 insertions, 6 deletions
diff --git a/configure b/configure
index babb946c3..e8db0c93f 100644
--- a/configure
+++ b/configure
@@ -1,13 +1,10 @@
#!/bin/sh
#
-# Call the 'configure' script located in 'builds/unix'.
-#
-# This should re-generate the following files:
-#
-# config.mk
-# install
+# Call the `configure' script located in `builds/unix'.
#
+rm -f config.mk builds/unix/unix-def.mk builds/unix/unix-cc.mk
+
if test "x$GNUMAKE" = x; then
GNUMAKE=make
fi