krb5 commit: Fix typo

Benjamin Kaduk kaduk at MIT.EDU
Thu Sep 27 16:33:53 EDT 2012


https://github.com/krb5/krb5/commit/6298655a778e58af6f0faaff554e126378ce7c4a
commit 6298655a778e58af6f0faaff554e126378ce7c4a
Author: Ben Kaduk <kaduk at mit.edu>
Date:   Thu Sep 27 13:11:41 2012 -0400

    Fix typo
    
    Actually expand the OUTPRE variable instead of just using a literal
    string.
    
    ticket: 7387 (new)
    subject: Windows build leaves (OUTPRE)/krb5ccNN.res in ccapi/lib/win/srctmp
    tags: pullup
    target_version: 1.10.4

 src/ccapi/lib/win/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/ccapi/lib/win/Makefile.in b/src/ccapi/lib/win/Makefile.in
index 4a87abc..faaf6de 100644
--- a/src/ccapi/lib/win/Makefile.in
+++ b/src/ccapi/lib/win/Makefile.in
@@ -90,7 +90,7 @@ copysrc :
 midl : ccs_request.h ccs_reply.h
 
 VERSIONRC = $(BUILDTOP)\..\windows\version.rc
-CCLIBRES = (OUTPRE)$(CCLIB).res
+CCLIBRES = $(OUTPRE)$(CCLIB).res
 # Main program:
 $(CCLIBRES): $(VERSIONRC)
 	$(RC) $(RCFLAGS) -DCCAPI_LIB -fo $@ -r $**


More information about the cvs-krb5 mailing list