# New Ticket Created by Bruce Gray # Please include the string: [perl #19230] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=19230 >
The 'clean' target in the classes makefile is only removing 'default.h'; it should remove all .h files. This patch corrects the problem. -- Hope this helps, Bruce Gray -- attachment 1 ------------------------------------------------------ url: http://rt.perl.org/rt2/attach/45710/35841/c823f4/classes_makefile_clean.patch
Index: config/gen/makefiles/classes.in =================================================================== RCS file: /cvs/public/parrot/config/gen/makefiles/classes.in,v retrieving revision 1.5 diff -u -r1.5 classes.in --- config/gen/makefiles/classes.in 23 Oct 2002 03:47:17 -0000 1.5 +++ config/gen/makefiles/classes.in 17 Dec 2002 22:26:20 -0000 @@ -28,7 +28,7 @@ ${pmc_build} clean: - $(RM_F) *.c *$(O) default.h + $(RM_F) *.c *$(O) *.h update: cvs -q update -dP