]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix typo
authorBen Kaduk <kaduk@mit.edu>
Thu, 27 Sep 2012 17:11:41 +0000 (13:11 -0400)
committerBen Kaduk <kaduk@mit.edu>
Thu, 27 Sep 2012 19:49:40 +0000 (15:49 -0400)
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

index 4a87abc3eac57666a11144a039e3ea272bc8fbf9..faaf6de3d6879004e0a0dedd316883eaecdae832 100644 (file)
@@ -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 $**