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 11d9498..f2f8434 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)