aboutsummaryrefslogtreecommitdiff
path: root/config/mh-dgux
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1992-06-10 06:32:35 +0000
committerPer Bothner <per@bothner.com>1992-06-10 06:32:35 +0000
commit3b57ba900830af08b07fdc3d7e34a9fa4595bb29 (patch)
tree2e0cadce3923178891b67b8279f63e78be5b9309 /config/mh-dgux
parent08109fdb473d0c78b457fd99fe015f2b83fb7047 (diff)
downloadgdb-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-dgux')
-rw-r--r--config/mh-dgux2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mh-dgux b/config/mh-dgux
index ce5db78..e7d85d6 100644
--- a/config/mh-dgux
+++ b/config/mh-dgux
@@ -1,4 +1,4 @@
HDEFINES=-DHOST_SYS=DGUX_SYS
CC=gcc -Wall -ansi -D__using_DGUX
-RANLIB=echo >/dev/null
+RANLIB=true