summaryrefslogtreecommitdiff
path: root/makefile.vms
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1996-05-22 21:25:45 +0000
committerRoland McGrath <roland@redhat.com>1996-05-22 21:25:45 +0000
commite76076e3344709339a89f830df708c5d0b068707 (patch)
tree4d3bc3107668f0d30e0d4d354ce9ef5cb47db011 /makefile.vms
parent673e04af3a4f1ea2d30898a25d9a1750761cbd97 (diff)
downloadgunmake-e76076e3344709339a89f830df708c5d0b068707.tar.gz
Wed May 22 17:24:51 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* makefile.vms: Set LOADLIBES. * makefile.com (link_using_library): Fix typo.
Diffstat (limited to 'makefile.vms')
-rw-r--r--makefile.vms2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.vms b/makefile.vms
index d98afa8..86b8524 100644
--- a/makefile.vms
+++ b/makefile.vms
@@ -43,7 +43,7 @@ LOAD_AVG = /define="NO_LDAV"
# System V probably need -lPW for alloca.
# if on vax, uncomment the following line
#LOADLIBES = ,c.opt/opt
-LOADLIBES =
+LOADLIBES =,sys$$library:vaxcrtl.obl/lib
# If your system doesn't have alloca, or the one provided is bad,
# get it from the Emacs distribution and define these.