summaryrefslogtreecommitdiff
path: root/Makefile.in
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 /Makefile.in
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 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 1632a3ac22..f722bc7926 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -136,8 +136,6 @@ fake.rb: Makefile
Makefile: $(srcdir)/Makefile.in
-PHONY:
-
$(MKFILES): config.status $(srcdir)/common.mk
MAKE=$(MAKE) $(SHELL) ./config.status
@{ \
@@ -172,3 +170,6 @@ clean-local::
distclean-local::
@$(RM) ext/config.cache $(RBCONFIG)
+
+ext/extinit.$(OBJEXT): ext/extinit.c $(SETUP)
+ $(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) -o$@ -c ext/extinit.c