Bug 1006026 - remove duplicate distclean:: rule in rules.mk; r=mshal

This commit is contained in:
Nathan Froyd 2014-05-07 10:33:06 -04:00
parent a6863f0e23
commit 04ee24d53f

View File

@ -707,9 +707,6 @@ clean clobber realclean clobber_all distclean::
else
clean clobber realclean clobber_all distclean::
$(foreach dir,$(PARALLEL_DIRS) $(DIRS) $(TOOL_DIRS),-$(call SUBMAKE,$@,$(dir)))
distclean::
$(foreach dir,$(PARALLEL_DIRS) $(DIRS) $(TOOL_DIRS),-$(call SUBMAKE,$@,$(dir)))
endif
distclean::