Index: config/gen/makefiles/root.in =================================================================== --- config/gen/makefiles/root.in (revision 17728) +++ config/gen/makefiles/root.in (working copy) @@ -183,6 +183,7 @@ compilers/past/Makefile \ compilers/past-pm/Makefile \ compilers/pge/Makefile \ + compilers/pirc/Makefile \ compilers/tge/Makefile \ compilers/bcg/Makefile \ compilers/json/Makefile \ Index: config/gen/makefiles/pirc.in =================================================================== --- config/gen/makefiles/pirc.in (revision 17728) +++ config/gen/makefiles/pirc.in (working copy) @@ -79,7 +79,8 @@ realclean: clean - $(RM_RF) Makefile - $(RM_RF) pirc$(EXE) + $(RM_RF) \ + $(STICKY_FILES) \ + pirc$(EXE) distclean: realclean