summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-25 05:01:15 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-25 05:01:15 +0000
commitb3e830a98a9a548de374338501709e6befc0e10d (patch)
tree2a87b0640f0373a58e6fa0079acd698893d71e80 /win32
parent7e3a39ddfb6e9d6ce01ae0c6d9ad9c9934acbd33 (diff)
downloadruby-b3e830a98a9a548de374338501709e6befc0e10d.tar.gz
ruby-b3e830a98a9a548de374338501709e6befc0e10d.tar.xz
ruby-b3e830a98a9a548de374338501709e6befc0e10d.zip
* common.mk, */Makefile.sub (lib, dll): phony targets.
* configure.in (ruby, miniruby): ditto. * cygwin/GNUmakefile.in (rubyw): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub6
1 files changed, 2 insertions, 4 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index f8d0d51f0..16636c364 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -173,12 +173,10 @@ WINMAINOBJ = winmain.$(OBJEXT)
all: $(srcdir)/win32/Makefile.sub $(srcdir)/common.mk
-!include $(srcdir)/common.mk
-
ruby: $(PROGRAM)
rubyw: $(WPROGRAM)
-lib: $(LIBRUBY)
-dll: $(LIBRUBY_SO)
+
+!include $(srcdir)/common.mk
config: config.h config.status