summaryrefslogtreecommitdiffstats
path: root/rules/glibc.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2003-08-17 08:13:32 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2003-08-17 08:13:32 +0000
commit41003649e3aa474d1a449a82ce1f60dda21312a1 (patch)
tree49b2eeeb63b54c3cbf94bd87073371ad8be11b64 /rules/glibc.make
parent93f48e2979f598d37f63a61ec0139716305a0b77 (diff)
downloadptxdist-41003649e3aa474d1a449a82ce1f60dda21312a1.tar.gz
ptxdist-41003649e3aa474d1a449a82ce1f60dda21312a1.tar.xz
Link cpp, not $(PTXCONF_GNU_TARGET)-cpp to glibc's sunrpc directory.
[RSC] git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@154 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/glibc.make')
-rw-r--r--rules/glibc.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/glibc.make b/rules/glibc.make
index 861718e9f..e2fc93485 100644
--- a/rules/glibc.make
+++ b/rules/glibc.make
@@ -1,5 +1,5 @@
# -*-makefile-*-
-# $Id: glibc.make,v 1.3 2003/08/14 08:01:57 robert Exp $
+# $Id: glibc.make,v 1.4 2003/08/17 08:13:32 robert Exp $
#
# (c) 2003 by Auerswald GmbH & Co. KG, Schandelah, Germany
# (c) 2002 by Pengutronix e.K., Hildesheim, Germany
@@ -350,7 +350,7 @@ endif # PTXCONF_GLIBC_2_2_5
# fix: sunrpc's makefile has the wrong magic to find cpp...
# FIXME: is this the right fix for other versions than 2.2.5?
cd $(GLIBC_DIR)/sunrpc && mkdir cpp && \
- ln -sf $(PTXCONF_PREFIX)/bin/$(PTXCONF_GNU_TARGET)-cpp cpp/
+ ln -sf $(PTXCONF_PREFIX)/bin/cpp cpp/
# this is magically recreated if missing (necessary because
# of patch against configure.in)