]> 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)
committerTom Yu <tlyu@mit.edu>
Thu, 27 Sep 2012 20:44:22 +0000 (16:44 -0400)
Actually expand the OUTPRE variable instead of just using a literal
string.

(cherry picked from commit 6298655a778e58af6f0faaff554e126378ce7c4a)

ticket: 7387
version_fixed: 1.10.4
status: resolved

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 $**