summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config/ChangeLog6
-rw-r--r--src/config/win-post.in4
-rw-r--r--src/config/win-pre.in4
3 files changed, 10 insertions, 4 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog
index c016e133a..6c18714ec 100644
--- a/src/config/ChangeLog
+++ b/src/config/ChangeLog
@@ -1,3 +1,9 @@
+2001-07-23 Danilo Almeida <dalmeida@mit.edu>
+
+ * win-pre.in, win-post.in: Move rule-printing code to win-post.in
+ so we get the correct build options displayed (i.e., the options
+ as they stand after parsing Makefile.in).
+
2001-06-22 Danilo Almeida <dalmeida@mit.edu>
* win-pre.in: Minimize printing of compiler command line during
diff --git a/src/config/win-post.in b/src/config/win-post.in
index 41dfb0149..74241750a 100644
--- a/src/config/win-post.in
+++ b/src/config/win-post.in
@@ -2,6 +2,10 @@
# Start of Win32 post-config lines (config/win-post.in)
#
+setup-msg::
+ @set C_RULE_PRINT= $(C_RULE_PRINT)
+ @set DO_C_RULE_PRINT=1
+
!if defined(NO_OUTPRE) || defined(NO_OUTDIR)
outpre-dir::
!else
diff --git a/src/config/win-pre.in b/src/config/win-pre.in
index b25443266..be9129eb9 100644
--- a/src/config/win-pre.in
+++ b/src/config/win-pre.in
@@ -192,10 +192,6 @@ C_RULE_STUFF=$(CC) $(ALL_CFLAGS) -Fo$(OUTPRE)\ -c
C_RULE_PRINT=$(C_RULE_STUFF)
C_RULE=$(C_RULE_STUFF) $<
-setup-msg::
- @set C_RULE_PRINT= $(C_RULE_PRINT)
- @set DO_C_RULE_PRINT=1
-
{}.rc{$(OUTPRE)}.res:
$(RC) $(RCFLAGS) -fo $@ -r $<