From: Jouk Jansen Date: Fri, 22 Sep 2006 11:09:07 +0000 (+0000) Subject: Correcting directory name in OpenVMS-Makefile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=424749c3d5a37807d8b600886e045f77da03db67;p=mesa.git Correcting directory name in OpenVMS-Makefile --- diff --git a/descrip.mms b/descrip.mms index 11d94988916..f2f84349130 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)