aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kaduk <kaduk@mit.edu>2014-08-06 12:49:52 -0400
committerBen Kaduk <kaduk@mit.edu>2014-08-06 12:50:27 -0400
commit99f4809a8dc280956ba6c1e3f0cd6f9b23c2f55b (patch)
tree8b0dbd218050ed06d46d98a867f8c9f66c4c9437
parent58312ae8beb0499ac3a06196164eb833e9f8975e (diff)
downloadkrb5-99f4809a8dc280956ba6c1e3f0cd6f9b23c2f55b.zip
krb5-99f4809a8dc280956ba6c1e3f0cd6f9b23c2f55b.tar.gz
krb5-99f4809a8dc280956ba6c1e3f0cd6f9b23c2f55b.tar.bz2
Fix OS X build
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.
-rw-r--r--src/lib/krb5/ccache/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/Makefile.in b/src/lib/krb5/ccache/Makefile.in
index 7e1fd74..30cfc22 100644
--- a/src/lib/krb5/ccache/Makefile.in
+++ b/src/lib/krb5/ccache/Makefile.in
@@ -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