diff options
author | Per Bothner <per@bothner.com> | 1992-06-10 06:32:35 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-06-10 06:32:35 +0000 |
commit | 3b57ba900830af08b07fdc3d7e34a9fa4595bb29 (patch) | |
tree | 2e0cadce3923178891b67b8279f63e78be5b9309 /config/mh-irix4 | |
parent | 08109fdb473d0c78b457fd99fe015f2b83fb7047 (diff) | |
download | gdb-3b57ba900830af08b07fdc3d7e34a9fa4595bb29.zip gdb-3b57ba900830af08b07fdc3d7e34a9fa4595bb29.tar.gz gdb-3b57ba900830af08b07fdc3d7e34a9fa4595bb29.tar.bz2 |
* Everywhere: Change RANLIB=echo>/dev/null (which confuses
some shells - and I don't blame them) to RANLIB=true.
* mh-solaris: Use /usr/ucb/install for INSTALL.
Diffstat (limited to 'config/mh-irix4')
-rw-r--r-- | config/mh-irix4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mh-irix4 b/config/mh-irix4 index 5864b27..8da885f 100644 --- a/config/mh-irix4 +++ b/config/mh-irix4 @@ -5,5 +5,5 @@ CC = cc -cckr -Wf,-XNg1500 SYSV = -DSYSV -RANLIB = echo >/dev/null +RANLIB = true INSTALL = cp |