diff options
author | Richard Stallman <rms@gnu.org> | 1992-10-06 20:38:24 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-10-06 20:38:24 +0000 |
commit | d60280fd678f2ce1711193d66f7e543ba5c3dd68 (patch) | |
tree | c2b5951f66082e5ba121e9cef11b9454bee3113f | |
parent | 29a7b973cd49862fdce6eba3ef03c9dd8a127d43 (diff) | |
download | gcc-d60280fd678f2ce1711193d66f7e543ba5c3dd68.zip gcc-d60280fd678f2ce1711193d66f7e543ba5c3dd68.tar.gz gcc-d60280fd678f2ce1711193d66f7e543ba5c3dd68.tar.bz2 |
(assertdir): Override usual definition.
From-SVN: r2343
-rw-r--r-- | gcc/cross-make | 3 |
1 files changed, 3 insertions, 0 deletions
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 |