Index: trunk/tests/drc_query/Makefile =================================================================== --- trunk/tests/drc_query/Makefile (revision 30379) +++ trunk/tests/drc_query/Makefile (revision 30380) @@ -19,4 +19,8 @@ @cd $(SRC) && echo "drc()" | ./$(PCBRND) $(TDIR)/overlap.lht --gui batch > $(TDIR)/overlap.out +clean: + @echo "a" > dummy.out + rm *.out + FORCE: Index: trunk/tests/query/Makefile =================================================================== --- trunk/tests/query/Makefile (revision 30379) +++ trunk/tests/query/Makefile (revision 30380) @@ -27,5 +27,8 @@ getconf2.out: FORCE @cd $(SRC) && echo 'query(eval, "@ thus $$min_drill")' | ./$(PCBRND) $(TDIR)/1obj.lht --gui batch > $(TDIR)/getconf2.out +clean: + @echo "a" > dummy.out + rm *.out FORCE: