]> granicus.if.org Git - nethack/commitdiff
vms Makefile update
authornethack.rankin <nethack.rankin>
Sat, 13 Jul 2002 12:44:55 +0000 (12:44 +0000)
committernethack.rankin <nethack.rankin>
Sat, 13 Jul 2002 12:44:55 +0000 (12:44 +0000)
sys/vms/Makefile.src

index 6b305ccff7d5383aab425807c035782e18366203..6fb987a3ddcf227f8132de391dc60d56b9dd015e 100644 (file)
@@ -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