diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-24 14:29:51 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-24 14:29:51 +0000 |
| commit | 447e0fb804c37087e70a07edc34a8757f5afcc1d (patch) | |
| tree | 9e1c4f45bf821de7fda7042830cfd4aaaf0a7a33 /common.mk | |
| parent | c4faf770a9396885036ba27d663d3d4605712fb7 (diff) | |
| download | ruby-447e0fb804c37087e70a07edc34a8757f5afcc1d.tar.gz ruby-447e0fb804c37087e70a07edc34a8757f5afcc1d.tar.xz ruby-447e0fb804c37087e70a07edc34a8757f5afcc1d.zip | |
* common.mk, {bcc,win}32/Makefile.sub (clean-local): remove
intermediate files.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
| -rw-r--r-- | common.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -310,7 +310,7 @@ clean: clean-ext clean-local clean-enc clean-local:: @$(RM) $(OBJS) $(MINIOBJS) $(MAINOBJ) $(WINMAINOBJ) $(LIBRUBY_A) $(LIBRUBY_SO) $(LIBRUBY) $(LIBRUBY_ALIASES) @$(RM) $(PROGRAM) $(WPROGRAM) miniruby$(EXEEXT) dmyext.$(OBJEXT) $(ARCHFILE) .*.time - @$(RM) *.inc $(GOLFOBJS) + @$(RM) *.inc $(GOLFOBJS) y.tab.c y.output clean-ext: @-$(MINIRUBY) $(srcdir)/ext/extmk.rb --make="$(MAKE)" $(EXTMK_ARGS) clean clean-enc: @@ -320,7 +320,7 @@ distclean: distclean-ext distclean-local distclean-enc distclean-local:: clean-local @$(RM) $(MKFILES) config.h rbconfig.rb yasmdata.rb encdb.h @$(RM) config.cache config.log config.status config.status.lineno $(PRELUDES) - @$(RM) *~ *.bak *.stackdump core *.core gmon.out y.tab.c y.output $(PREP) + @$(RM) *~ *.bak *.stackdump core *.core gmon.out $(PREP) distclean-ext: @-$(MINIRUBY) $(srcdir)/ext/extmk.rb --make="$(MAKE)" $(EXTMK_ARGS) distclean # -$(RM) $(INSTALLED_LIST) $(arch_hdrdir)/ruby/config.h |
