Author: chromatic
Date: Tue May  2 12:43:26 2006
New Revision: 12485

Modified:
   trunk/config/gen/makefiles/pheme.in

Log:
Avoid an unnecessary glob that kills Win32, as tempting as that sounds.

Modified: trunk/config/gen/makefiles/pheme.in
==============================================================================
--- trunk/config/gen/makefiles/pheme.in (original)
+++ trunk/config/gen/makefiles/pheme.in Tue May  2 12:43:26 2006
@@ -49,7 +49,7 @@
        @echo ""
 
 test: all
-       $(PERL) -Ilib t/harness t/*.t t/phemer/*.t
+       $(PERL) -Ilib t/harness
 
 testclean:
        $(RM_F) "t/*.out"

Reply via email to