mirror of
git://git.sv.nongnu.org/freetype/freetype2.git
synced 2026-01-19 04:52:09 +00:00
* 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.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2005-05-24 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* 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.
|
||||
|
||||
2005-05-23 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* builds/amiga/makefile.os4 (WARNINGS), builds/compiler/gcc-dev.mk
|
||||
|
||||
9
configure
vendored
9
configure
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user