diff options
author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-06-18 14:10:33 +0000 |
---|---|---|
committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-06-18 14:10:33 +0000 |
commit | a7a26fe56b0b72bb2bb85ae6fb048e028e8d2927 (patch) | |
tree | dd390ba988fc22789153309705408897f4095562 /common.mk | |
parent | 9f9dad2cca1b860268145ec9b250846c6df86ba9 (diff) |
* Makefile.in (distclean-ext): removes directories for extensions
correctly.
* common.mk (realclean-local): removes id.h too.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -398,7 +398,7 @@ distclean-extout: clean-extout realclean:: realclean-ext realclean-local realclean-enc realclean-golf realclean-extout realclean-local:: distclean-local - @$(RM) parse.c parse.h lex.c newline.c revision.h + @$(RM) parse.c parse.h lex.c newline.c revision.h id.h realclean-ext:: realclean-golf: distclean-golf realclean-extout: distclean-extout |