so we get the correct build options displayed (i.e., the options
as they stand after parsing Makefile.in).
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13629
dc483132-0cff-0310-8789-
dd5450dbe970
+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
# 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
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 $<