summaryrefslogtreecommitdiffstats
path: root/rules/glibc.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2003-08-13 14:54:36 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2003-08-13 14:54:36 +0000
commit1afad34c26e6153a45d458433f3ac7a0aeaca00a (patch)
tree9dfc9bfb83815563e6d24ff60813fe13acdf1039 /rules/glibc.make
parent48cd5236a0452016ea4c57d50b394f067c52e0ed (diff)
downloadptxdist-1afad34c26e6153a45d458433f3ac7a0aeaca00a.tar.gz
ptxdist-1afad34c26e6153a45d458433f3ac7a0aeaca00a.tar.xz
Broken configure recreated. [RSC]
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@138 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/glibc.make')
-rw-r--r--rules/glibc.make9
1 files changed, 7 insertions, 2 deletions
diff --git a/rules/glibc.make b/rules/glibc.make
index 70264e9b4..07855a5da 100644
--- a/rules/glibc.make
+++ b/rules/glibc.make
@@ -1,5 +1,5 @@
# -*-makefile-*-
-# $Id: glibc.make,v 1.1 2003/07/16 04:23:28 mkl Exp $
+# $Id: glibc.make,v 1.2 2003/08/13 14:54:36 robert Exp $
#
# (c) 2003 by Auerswald GmbH & Co. KG, Schandelah, Germany
# (c) 2002 by Pengutronix e.K., Hildesheim, Germany
@@ -355,6 +355,11 @@ endif # PTXCONF_GLIBC_2_2_5
# this is magically recreated if missing (necessary because
# of patch against configure.in)
rm -f $(GLIBC_DIR)/sysdeps/unix/sysv/linux/configure
+
+ # We have to rebuild the toplevel configure script. Nobody knows
+ # why...
+ rm -f $(GLIBC_DIR)/configure
+ cd $(GLIBC_DIR) && $(GLIBC_PATH) autoconf
touch $@
$(STATEDIR)/glibc-threads.extract: $(STATEDIR)/glibc.get
@@ -564,4 +569,4 @@ glibc_clean:
-rm -rf $(GLIBC_DIR)
-rm -rf $(GLIBC_BUILDDIR)
-rm -rf $(XCHAIN_GLIBC_BUILDDIR)
-# vim: syntax=make \ No newline at end of file
+# vim: syntax=make