X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=test%2Fintegration%2Fcomet2%2FMakefile;h=d60aaa162c70e484f5ec0b718a26b9e9394aa5c3;hp=3e9bfabe4f5ca1695cf64f36da6a268075e5ff4f;hb=cc884e475afe3f48804b35336e68bce4088be61a;hpb=0dab7eab4cf4b834ba7c4628a334a5f32304c167 diff --git a/test/integration/comet2/Makefile b/test/integration/comet2/Makefile index 3e9bfab..d60aaa1 100644 --- a/test/integration/comet2/Makefile +++ b/test/integration/comet2/Makefile @@ -63,7 +63,7 @@ endif ifdef INFILE @echo 'IN = <$(INFILE)' >>$(UNITNAME)/Makefile endif - @echo 'CMD = $$(COMET2) $$(COMET2FLAG) $$(UNITNAME).o $$(IN)' >>$(UNITNAME)/Makefile; \ + @echo 'CMD = $$(COMET2) $$(COMET2FLAG) $$(OBJFILE)' >>$(UNITNAME)/Makefile; \ echo 'include ../TEST.mk' >>$(UNITNAME)/Makefile else @echo "no test created. set UNITNAME"