diff options
author | Jouk Jansen <joukj@hrem.stm.tudelft.nl> | 2006-09-22 11:09:07 +0000 |
---|---|---|
committer | Jouk Jansen <joukj@hrem.stm.tudelft.nl> | 2006-09-22 11:09:07 +0000 |
commit | 424749c3d5a37807d8b600886e045f77da03db67 (patch) | |
tree | ec797bf30edb4d501465d7b7d80cfdb887e4fa8d | |
parent | 57d705d5a939180bd992cad2f24d95c329b5b28c (diff) |
Correcting directory name in OpenVMS-Makefile
-rw-r--r-- | descrip.mms | 2 |
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) |