summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-16 07:30:42 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-16 07:30:42 +0000
commitfb372561fcc7914c15be55def6199038208aff0b (patch)
tree6afa930f2d0543ef717c2069a242119cb033aa06
parent0e04dbcc34b9e2b696a0256b01e22ac4039a6aa1 (diff)
* {bcc32,win32,wince}/setup.mak (-epilogue-): remove config.h and
config.status to force updating them. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--bcc32/setup.mak1
-rw-r--r--win32/setup.mak1
-rw-r--r--wince/setup.mak1
4 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c5156dd4..0f899bfd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Nov 16 16:30:21 2004 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * {bcc32,win32,wince}/setup.mak (-epilogue-): remove config.h and
+ config.status to force updating them.
+
Tue Nov 16 16:20:45 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/stringio/stringio.c (strio_read): position was ignored when a
diff --git a/bcc32/setup.mak b/bcc32/setup.mak
index 3b37b92fa..60543fc5b 100644
--- a/bcc32/setup.mak
+++ b/bcc32/setup.mak
@@ -86,4 +86,5 @@ PROCESSOR_LEVEL = $(PROCESSOR_LEVEL)
\# EXTLIBS = cw32.lib import32.lib user32.lib kernel32.lib
$(INCLUDE) $$(srcdir)bcc32/Makefile.sub
|
+ @$(srcdir)\win32\rm.bat config.h config.status
@echo type "`$(MAKE)'" to make ruby for $(OS).
diff --git a/win32/setup.mak b/win32/setup.mak
index 5aac81c60..1b26c5c1e 100644
--- a/win32/setup.mak
+++ b/win32/setup.mak
@@ -84,4 +84,5 @@ $(CPU) = $(PROCESSOR_LEVEL)
$(INCLUDE) $$(srcdir)/win32/Makefile.sub
<<
+ @$(srcdir)\win32\rm.bat config.h config.status
@echo type `$(MAKE)' to make ruby for $(OS).
diff --git a/wince/setup.mak b/wince/setup.mak
index df2ed89a1..f0bbeff1f 100644
--- a/wince/setup.mak
+++ b/wince/setup.mak
@@ -230,4 +230,5 @@ CPPFLAGS = -I. -I$$(srcdir) -I$$(srcdir)/missing -I$$(srcdir)/wince \
$(INCLUDE) $$(srcdir)/wince/Makefile.sub
<<
+ @$(srcdir)\win32\rm.bat config.h config.status
@echo type `$(MAKE)' to make ruby for $(OS).