diff options
Diffstat (limited to 'gdb/config/i386v4.mh')
-rw-r--r-- | gdb/config/i386v4.mh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/i386v4.mh b/gdb/config/i386v4.mh index ac7ad65..9982d2f 100644 --- a/gdb/config/i386v4.mh +++ b/gdb/config/i386v4.mh @@ -25,3 +25,6 @@ ALLOCA1=alloca.o # old termcap descriptions are incomplete. So ensure that we use the # new terminfo interface and latest terminal descriptions. TERMCAP=-ltermlib + +# SVR4 puts the BSD compatible install in /usr/ucb. +INSTALL = /usr/ucb/install -c |