X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=test%2Fsystem%2Fcasl2%2FMakefile;h=21aec373687a2c0012d1d57deadeda6b7f3124e0;hb=refs%2Ftags%2Fv0.1p15;hp=6be7c114ea7678d79bd1a62d086d2908f3d7bf00;hpb=0d225ac1f580c59da7a063ef52da35c0af254dd3;p=YACASL2.git diff --git a/test/system/casl2/Makefile b/test/system/casl2/Makefile index 6be7c11..21aec37 100644 --- a/test/system/casl2/Makefile +++ b/test/system/casl2/Makefile @@ -42,7 +42,7 @@ $(GROUP_LOG_FILE): $(TEST_LOG_FILES) @$(call group_log,$^,$@) $(TEST_LOG_FILES): - @$(MAKE) $(MAKECMDGOALS) -sC $(dir $@) NODISP=1 + @$(MAKE) $(MAKECMDGOALS) -C $(dir $@) NODISP=1 $(GROUP_TIME_FILE): $(TEST_TIME_FILES) @$(call group_log,$^,$@)