Correcting directory name in OpenVMS-Makefile
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>
Fri, 22 Sep 2006 11:09:07 +0000 (11:09 +0000)
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>
Fri, 22 Sep 2006 11:09:07 +0000 (11:09 +0000)
descrip.mms

index 11d94988916dccef8c04a6ffba9473945af44b86..f2f84349130f7c33dabaa37a0ad71f7b14c74052 100644 (file)
@@ -19,4 +19,4 @@ all :
        $(MMS)$(MMSQUALIFIERS)
        set default [-.xdemos]
        $(MMS)$(MMSQUALIFIERS)
-       if f$search("[-]test.DIR") .nes. "" then pipe set default [-.test] ; $(MMS)$(MMSQUALIFIERS)
+       if f$search("[-]tests.DIR") .nes. "" then pipe set default [-.tests] ; $(MMS)$(MMSQUALIFIERS)