Index: Makefile =================================================================== --- Makefile (revision 30383) +++ 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