diff options
Diffstat (limited to 'gdb/config/amix.mh')
-rw-r--r-- | gdb/config/amix.mh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/amix.mh b/gdb/config/amix.mh index 945a50f..bca61a0 100644 --- a/gdb/config/amix.mh +++ b/gdb/config/amix.mh @@ -19,3 +19,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 |