From d60280fd678f2ce1711193d66f7e543ba5c3dd68 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 6 Oct 1992 20:38:24 +0000 Subject: [PATCH] (assertdir): Override usual definition. From-SVN: r2343 --- gcc/cross-make | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/cross-make b/gcc/cross-make index 9782815..1c57e73 100644 --- a/gcc/cross-make +++ b/gcc/cross-make @@ -25,3 +25,6 @@ INSTALL_TARGET = install-cross # Don't try to compile the things we can't compile. ALL = all.cross + +# Don't install assert.h in /usr/local/include. +assertdir = $(tooldir)/include -- 2.7.4