summaryrefslogtreecommitdiff
path: root/include/makeinclude
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-17 16:28:47 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-17 16:28:47 +0000
commita81d7008c6d132d321cdbbea1d9f6cc9848bbe19 (patch)
treea13c806cca0a8409b72c09765f574ee3197a2e3e /include/makeinclude
parent30a9a70f7aa02a7beb0c7de1bdd667444d1a5913 (diff)
downloadATCD-a81d7008c6d132d321cdbbea1d9f6cc9848bbe19.tar.gz
(RANLIB): replaced /bin/true with @true, to avoid build warning on
NT hosts.
Diffstat (limited to 'include/makeinclude')
-rw-r--r--include/makeinclude/platform_vxworks5.x_g++.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_vxworks5.x_g++.GNU b/include/makeinclude/platform_vxworks5.x_g++.GNU
index acaf8cb4197..3e148178eb1 100644
--- a/include/makeinclude/platform_vxworks5.x_g++.GNU
+++ b/include/makeinclude/platform_vxworks5.x_g++.GNU
@@ -110,7 +110,7 @@ OCFLAGS += -O
PIC =
AR = ar$(TOOLENV)
ARFLAGS = rv
-RANLIB = /bin/true
+RANLIB = @true
#### ld can't handle INCLDIRS, so override LINK definitions.