summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-07 01:43:27 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-07 01:43:27 +0000
commit43db576e61cc70fc7d8280183b71985e5ab18651 (patch)
tree225b6819959134ec7c2f91ad5969f788886ae8fb /common.mk
parent3d359cecd815f6d6cd9eeb55e14f38de75ab03ee (diff)
* Makefile.in, common.mk, */Makefile.sub (ext/extinit.o): OUTFLAG
doesn't work for object files on VC. * */Makefile.sub (config.h): need SIZEOF_TIME_T now. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index 62733cbcdf..6f138dd295 100644
--- a/common.mk
+++ b/common.mk
@@ -140,8 +140,6 @@ $(RBCONFIG): $(srcdir)/mkconfig.rb config.status $(PREP)
PHONY:
{$(VPATH)}parse.c: parse.y
-ext/extinit.$(OBJEXT): ext/extinit.c $(SETUP)
- $(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(OUTFLAG)$@ -c ext/extinit.c
acosh.$(OBJEXT): {$(VPATH)}acosh.c
alloca.$(OBJEXT): {$(VPATH)}alloca.c