Browse Source

Correcting directory name in OpenVMS-Makefile

tags/mesa_6_5_2
Jouk Jansen 19 years ago
parent
commit
424749c3d5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      descrip.mms

+ 1
- 1
descrip.mms View 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)

Loading…
Cancel
Save