Index: trunk/tests/drc_query/Makefile =================================================================== --- trunk/tests/drc_query/Makefile (revision 30383) +++ trunk/tests/drc_query/Makefile (revision 30384) @@ -13,13 +13,13 @@ all: thickness.diff: thickness.out - @diff -u thickness.out thickness.ref && rm thickness.out + @diff -u thickness.ref thickness.out && rm thickness.out thickness.out: FORCE @cd $(SRC) && echo "drc()" | $(PCBRND) $(GLOBARGS) $(TDIR)/thickness.lht --gui batch > $(TDIR)/thickness.out overlap.diff: overlap.out - @diff -u overlap.out overlap.ref && rm overlap.out + @diff -u overlap.ref overlap.out && rm overlap.out overlap.out: FORCE @cd $(SRC) && echo "drc()" | $(PCBRND) $(GLOBARGS) $(TDIR)/overlap.lht --gui batch > $(TDIR)/overlap.out Index: trunk/tests/query/Makefile =================================================================== --- trunk/tests/query/Makefile (revision 30383) +++ trunk/tests/query/Makefile (revision 30384) @@ -13,19 +13,19 @@ all: action.diff: action.out - @diff -u action.out action.ref && rm action.out + @diff -u action.ref action.out && rm action.out action.out: FORCE @cd $(SRC) && echo 'query(eval, "action(\"message\", \"hello\", @.x)")' | $(PCBRND) $(GLOBARGS) $(TDIR)/1obj.lht --gui batch > $(TDIR)/action.out getconf.diff: getconf.out - @diff -u getconf.out getconf.ref && rm getconf.out + @diff -u getconf.ref getconf.out && rm getconf.out getconf.out: FORCE @cd $(SRC) && echo 'query(eval, "@ thus getconf(\"editor/grid_unit\")")' | $(PCBRND) $(GLOBARGS) $(TDIR)/1obj.lht --gui batch > $(TDIR)/getconf.out getconf2.diff: getconf2.out - @diff -u getconf2.out getconf2.ref && rm getconf2.out + @diff -u getconf2.ref getconf2.out && rm getconf2.out getconf2.out: FORCE @cd $(SRC) && echo 'query(eval, "@ thus $$min_drill")' | $(PCBRND) $(GLOBARGS) $(TDIR)/1obj.lht --gui batch > $(TDIR)/getconf2.out