Author: jkeenan
Date: Sun Mar 25 14:15:30 2007
New Revision: 17741
Modified:
branches/reconfigure/config/gen/makefiles/pirc.in
branches/reconfigure/config/gen/makefiles/root.in
Log:
Correcting error in specification of 'make realclean'.
Modified: branches/reconfigure/config/gen/makefiles/pirc.in
==============================================================================
--- branches/reconfigure/config/gen/makefiles/pirc.in (original)
+++ branches/reconfigure/config/gen/makefiles/pirc.in Sun Mar 25 14:15:30 2007
@@ -79,7 +79,8 @@
realclean: clean
- $(RM_RF) Makefile
- $(RM_RF) pirc$(EXE)
+ $(RM_RF) \
+ $(STICKY_FILES) \
+ pirc$(EXE)
distclean: realclean
Modified: branches/reconfigure/config/gen/makefiles/root.in
==============================================================================
--- branches/reconfigure/config/gen/makefiles/root.in (original)
+++ branches/reconfigure/config/gen/makefiles/root.in Sun Mar 25 14:15:30 2007
@@ -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 \