cvsuser 03/10/12 02:31:06
Modified: config/gen/makefiles root.in Log: typo Revision Changes Path 1.143 +1 -1 parrot/config/gen/makefiles/root.in Index: root.in =================================================================== RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v retrieving revision 1.142 retrieving revision 1.143 diff -u -w -r1.142 -r1.143 --- root.in 12 Oct 2003 09:27:30 -0000 1.142 +++ root.in 12 Oct 2003 09:31:06 -0000 1.143 @@ -854,7 +854,7 @@ testexec: hello-parrot hello-clean hello-clean: - @$(RM_F) hello.pasm hello$(P) hello + @$(RM_F) hello.pasm hello$(O) hello hello-parrot: hello
