Author: kjs
Date: Mon Apr 9 13:05:34 2007
New Revision: 18063
Modified:
trunk/config/gen/makefiles/json.in
Log:
compilers/json:
* change json.in to use && syntax for 'test' target.
Modified: trunk/config/gen/makefiles/json.in
==============================================================================
--- trunk/config/gen/makefiles/json.in (original)
+++ trunk/config/gen/makefiles/json.in Mon Apr 9 13:05:34 2007
@@ -30,7 +30,7 @@
@echo ""
test: all
- cd $(TOOL_DIR); prove -r t/compilers/json
+ cd $(TOOL_DIR) && prove -r t/compilers/json
testclean:
$(RM_RF) "../../t/compilers/json/*.pir" \