diff options
author | Jouk Jansen <joukj@hrem.stm.tudelft.nl> | 2004-01-13 16:04:46 +0000 |
---|---|---|
committer | Jouk Jansen <joukj@hrem.stm.tudelft.nl> | 2004-01-13 16:04:46 +0000 |
commit | 1e274517b83cc563fb1ab4e5c62753b2410943ee (patch) | |
tree | 3ffb18e9fffaf3564b23c2a81a1c05d3c7a08ef5 | |
parent | 09a4fcb59272afdf460032916b008e610d2d7eca (diff) |
Committing in .
optional compilation of progs/test/ since it seems not to appear in the
releases.
Modified Files:
Mesa/descrip.mms
----------------------------------------------------------------------
-rw-r--r-- | descrip.mms | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/descrip.mms b/descrip.mms index a45f86879e..556c62f12e 100644 --- a/descrip.mms +++ b/descrip.mms @@ -17,5 +17,4 @@ all : $(MMS)$(MMSQUALIFIERS) set default [-.xdemos] $(MMS)$(MMSQUALIFIERS) - set default [-.tests] - $(MMS)$(MMSQUALIFIERS) + if f$search("[-]test.DIR") .nes. "" then pipe set default [-.test] ; $(MMS)$(MMSQUALIFIERS) |