X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=test%2Fintegration%2Fcasl2%2Fopt_opterr%2FMakefile;h=4e2f24e43d49f5567d900a4efc8e4501d2bdf369;hp=2bff04d6af96ea9630242b7d41edfc594389de4c;hb=62946aa7fff13af98f6e07ed45d2a2330bc18a7d;hpb=8c79c17479ba941bb9cba604143f99137928d52f diff --git a/test/integration/casl2/opt_opterr/Makefile b/test/integration/casl2/opt_opterr/Makefile index 2bff04d..4e2f24e 100644 --- a/test/integration/casl2/opt_opterr/Makefile +++ b/test/integration/casl2/opt_opterr/Makefile @@ -5,6 +5,6 @@ CASL2FLAG = -z MAINTARGET_OVERRIDE = 1 CMD = $(CASL2) $(CASL2FLAG) $(ASFILE) include ../TEST.mk -0.txt 1.txt: $(CASL2) $(ASFILE) - @$(CMD) >>$@ 2>$(ERRFILE); \ - if test -s $(ERRFILE); then tail -1 $(ERRFILE) >>$@; else rm -f $(ERRFILE); fi +0.txt 1.txt: + @$(CMD) >>$@ 2>$(ERR_FILE); \ + if test -s $(ERR_FILE); then tail -1 $(ERR_FILE) >>$@; else rm -f $(ERR_FILE); fi