summaryrefslogtreecommitdiff
path: root/descrip.mms
diff options
context:
space:
mode:
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>2006-09-22 11:09:07 +0000
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>2006-09-22 11:09:07 +0000
commit424749c3d5a37807d8b600886e045f77da03db67 (patch)
treeec797bf30edb4d501465d7b7d80cfdb887e4fa8d /descrip.mms
parent57d705d5a939180bd992cad2f24d95c329b5b28c (diff)
Correcting directory name in OpenVMS-Makefile
Diffstat (limited to 'descrip.mms')
-rw-r--r--descrip.mms2
1 files changed, 1 insertions, 1 deletions
diff --git a/descrip.mms b/descrip.mms
index 11d9498891..f2f8434913 100644
--- a/descrip.mms
+++ b/descrip.mms
@@ -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)