diff --git a/arrayPerformance/configure/RULES_TOP b/arrayPerformance/configure/RULES_TOP index 8cc592e..2b8cbc6 100644 --- a/arrayPerformance/configure/RULES_TOP +++ b/arrayPerformance/configure/RULES_TOP @@ -1,16 +1,2 @@ #RULES_TOP include $(CONFIG)/RULES_TOP - -EMTOPACTIONS += cvsclean realuninstall - -distclean: emtop_distclean - -emtopDistcleanTargets += $(foreach dir, $(EMBEDDED_TOPS), \ - $(dir)$(DIVIDER)emtop_dummy_action) - -$(emtopDistcleanTargets) : - $(MAKE) -C $(dirPart) $(EMTOPACTIONS) - -emtop_distclean : $(emtopDistcleanTargets) - -.PHONY : $(emtopDistcleanTargets) diff --git a/configure/RULES_TOP b/configure/RULES_TOP index d09d668..eab5ea0 100644 --- a/configure/RULES_TOP +++ b/configure/RULES_TOP @@ -1,3 +1,16 @@ #RULES_TOP include $(CONFIG)/RULES_TOP +EMTOPACTIONS += cvsclean realuninstall + +distclean: emtop_distclean + +emtopDistcleanTargets += $(foreach dir, $(EMBEDDED_TOPS), \ + $(dir)$(DIVIDER)emtop_dummy_action) + +$(emtopDistcleanTargets) : + $(MAKE) -C $(dirPart) $(EMTOPACTIONS) + +emtop_distclean : $(emtopDistcleanTargets) + +.PHONY : $(emtopDistcleanTargets)