diff options
| author | tv <tv@NetBSD.org> | 1999-02-11 18:20:58 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 1999-02-11 18:20:58 +0000 |
| commit | 3e2114fabc86da7401d0c248f1ffb79c2aa17b0f (patch) | |
| tree | 28c04be1b527f0f8bf41913f62e5d90966c614b4 /gnu/lib/libstdc++ | |
| parent | f0ddf07eb279ac8c5ec921fc24ad1239b7adfb87 (diff) | |
Provide a definition of CPP for gen-params that works with DESTDIR.
Diffstat (limited to 'gnu/lib/libstdc++')
| -rw-r--r-- | gnu/lib/libstdc++/config/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/lib/libstdc++/config/Makefile b/gnu/lib/libstdc++/config/Makefile index dee9ebe4b13..2d8e1baeee3 100644 --- a/gnu/lib/libstdc++/config/Makefile +++ b/gnu/lib/libstdc++/config/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/28 15:31:29 tv Exp $ +# $NetBSD: Makefile,v 1.2 1999/02/11 18:20:58 tv Exp $ # Makefile for _G_config.h, a machine-dependent automatically generated # configuration file. @@ -12,6 +12,7 @@ DIST= ${.CURDIR}/../../../dist _G_config.h: Makefile ${DIST}/libio/gen-params rootme=${.OBJDIR} CC="${CC}" CXX="${CXX}" CONFIG_NM="${NM}" \ + CPP="${CC} -E -nostdinc -idirafter ${DESTDIR}/usr/include" \ /bin/sh ${DIST}/libio/gen-params LIB_VERSION=2.9.0 >$@ all: ${DPSRCS} |
