projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57d705d
)
Correcting directory name in OpenVMS-Makefile
author
Jouk Jansen
<joukj@hrem.stm.tudelft.nl>
Fri, 22 Sep 2006 11:09:07 +0000
(11:09 +0000)
committer
Jouk Jansen
<joukj@hrem.stm.tudelft.nl>
Fri, 22 Sep 2006 11:09:07 +0000
(11:09 +0000)
descrip.mms
patch
|
blob
|
history
diff --git
a/descrip.mms
b/descrip.mms
index 11d94988916dccef8c04a6ffba9473945af44b86..f2f84349130f7c33dabaa37a0ad71f7b14c74052 100644
(file)
--- 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("[-]test
s.DIR") .nes. "" then pipe set default [-.tests
] ; $(MMS)$(MMSQUALIFIERS)