diff options
Diffstat (limited to 'gcc/cross-make')
-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 978281579b4..1c57e73f9ce 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 |