From 0dd070271b335083aba661ba81f86015dd55eac8 Mon Sep 17 00:00:00 2001 From: "nethack.rankin" Date: Sat, 13 Jul 2002 12:44:55 +0000 Subject: [PATCH] vms Makefile update --- sys/vms/Makefile.src | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/vms/Makefile.src b/sys/vms/Makefile.src index 6b305ccff..6fb987a3d 100644 --- a/sys/vms/Makefile.src +++ b/sys/vms/Makefile.src @@ -90,9 +90,7 @@ RANDOBJ = random.obj # Other things that have to be reconfigured are in vmsconf.h, # and config.h -# note: no trailing whitespace (or comment) after version or patchlevel numbers -VERSION =3.4 -PATCHLVL =0 +VERSION = 3.4.1 MAKEDEFS = $(UTL)makedefs.exe; @@ -196,7 +194,7 @@ nethack.opt : $(MAKEFILE) # this file @ write f f$edit("$(HOBJ5)","COLLAPSE") @ write f f$edit("$(HOBJ6)","COLLAPSE") @ write f "iosegment=128" - write f "identification=$(VERSION).$(PATCHLVL)" + write f "identification=$(VERSION)" close f # linker options file for run-time libraries, also used by $(UTL)Makefile -- 2.49.0