Remove common output directory

This commit is contained in:
Nobuyoshi Nakada 2021-01-22 18:28:22 +09:00
parent e586345b77
commit 899b950647
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -625,7 +625,7 @@ clean-html: PHONY
clean-capi: PHONY
clean-platform: PHONY
clean-extout: PHONY
-$(Q)$(RMDIR) $(EXTOUT)/$(arch) $(EXTOUT) 2> $(NULL) || $(NULLCMD)
-$(Q)$(RMDIR) $(EXTOUT)/$(arch) $(RUBYCOMMONDIR) $(EXTOUT) 2> $(NULL) || $(NULLCMD)
clean-docs: clean-rdoc clean-html clean-capi
clean-spec: PHONY
clean-rubyspec: clean-spec