summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-11 08:57:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-11 08:57:40 +0000
commitaef55b37c6853a83aba7bd15be8038aac829c9b0 (patch)
tree3950bb79b8ba9d9f7db8b75ec1f4ca63104aa938 /common.mk
parent1770a91abba008d263357ec5851b27ab916ac48f (diff)
downloadruby-aef55b37c6853a83aba7bd15be8038aac829c9b0.tar.gz
ruby-aef55b37c6853a83aba7bd15be8038aac829c9b0.tar.xz
ruby-aef55b37c6853a83aba7bd15be8038aac829c9b0.zip
* configure.in (MINIRUBY): should not include extension library path.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index b80d82900..2d684ac76 100644
--- a/common.mk
+++ b/common.mk
@@ -330,7 +330,7 @@ clean-enc:
distclean: distclean-ext distclean-local distclean-enc
distclean-local:: clean-local
- @$(RM) $(MKFILES) config.h rbconfig.rb yasmdata.rb encdb.h
+ @$(RM) $(MKFILES) $(arch_hdrdir)/ruby/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 $(PREP)
distclean-ext: