From 391f13c6574d93ce1f284608a37d9fefed73b468 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 27 Feb 2017 06:39:28 +0000 Subject: clean more * Makefile.in (clean-local): remove debug symbol directories on Mac OS. * common.mk (clean-ext): remove parent directories of timestamp directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57726 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index afc7bc494b..d3bbfd98a3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -408,7 +408,7 @@ clean-local:: $(Q)$(RM) ext/extinit.c ext/extinit.$(OBJEXT) ext/ripper/y.output \ enc/encinit.c enc/encinit.$(OBJEXT) -$(Q)$(RM) $(pkgconfig_DATA) - -$(Q)$(RMALL) ruby-runner$(EXEEXT) ruby-runner.h ruby-runner.*/ + -$(Q)$(RMALL) ruby-runner$(EXEEXT) ruby-runner.h *.dSYM distclean-local:: $(Q)$(RM) ext/config.cache $(RBCONFIG) Doxyfile -- cgit v1.2.3