]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix OS X build
authorBen Kaduk <kaduk@mit.edu>
Wed, 6 Aug 2014 16:49:52 +0000 (12:49 -0400)
committerBen Kaduk <kaduk@mit.edu>
Wed, 6 Aug 2014 16:50:27 +0000 (12:50 -0400)
Commit 58312ae8beb0499ac3a06196164eb833e9f8975e, "Fix the build on
windows", had a typo that broke the build of KCM support on OS X.
Attempt to increment the cardinality of the set of buildable platforms,
instead of just adjusting its contents, by fixing the typo.

src/lib/krb5/ccache/Makefile.in

index 7e1fd74e9b135adae7a2e3ddb3315f3da1c5f496..30cfc229e40e880e39fc1c4befe4ef841035f8ae 100644 (file)
@@ -22,7 +22,7 @@ KCMRPC_DEPS-no = # empty
 KCMRPC_OBJ-no = # empty
 
 KCMRPC_DEPS = $(KCMRPC_DEPS-@OSX@)
-KCMRPC_OBJS = $(KCMRPC_OBJS-@OSX@)
+KCMRPC_OBJ = $(KCMRPC_OBJ-@OSX@)
 ##WIN32##!endif