1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/mkmf.rb: distclean should remove mkmf.log as well.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2001-07-03 15:02:20 +00:00
parent f7ac4f227d
commit fc1f22d5a8
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Tue Jul 3 23:58:29 2001 Akinori MUSHA <knu@iDaemons.org>
* lib/mkmf.rb: distclean should remove mkmf.log as well.
Tue Jul 3 18:35:49 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
* eval.c (rb_eval_string_wrap): should push frame (and adjust

View file

@ -479,7 +479,7 @@ clean:; @$(RM) *.#{$OBJEXT} *.so *.sl *.a $(DLLIB)
@$(RM) $(TARGET).lib $(TARGET).exp $(TARGET).ilk *.pdb
distclean: clean
@$(RM) Makefile extconf.h conftest.*
@$(RM) Makefile extconf.h conftest.* mkmf.log
@$(RM) core ruby$(EXEEXT) *~
realclean: distclean