From 121ae83741eac7c823681736851e6d20dd3279c4 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 11 May 2008 08:57:40 +0000 Subject: * configure.in (MINIRUBY): should not include extension library path. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index b80d829001..2d684ac76c 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: -- cgit v1.2.3