summaryrefslogtreecommitdiff
path: root/gcc/cross-make
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-10-06 20:38:24 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-10-06 20:38:24 +0000
commit114aabada4643dcf861d7d93116b72f11213eb93 (patch)
treec2b5951f66082e5ba121e9cef11b9454bee3113f /gcc/cross-make
parent0eb4c465cc207ba8728f5081beaa4287e7bf1487 (diff)
downloadgcc-114aabada4643dcf861d7d93116b72f11213eb93.tar.gz
(assertdir): Override usual definition.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2343 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cross-make')
-rw-r--r--gcc/cross-make3
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