Skip to content

Commit

Permalink
Removed references to gss-krb5-* targets and changed CCache paths
Browse files Browse the repository at this point in the history
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11481 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
meeroh committed May 27, 1999
1 parent 0586a28 commit 073e52d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/mac/Makefile
Expand Up @@ -20,7 +20,7 @@ library-kind-final =
##############################################################################################################

# Everything
all Ä glue gss-krb5-library-debug gss-krb5-library-final headers
all Ä glue all-debug all-final headers

# Debugging versions
all-debug Ä ppc-debug 68k-debug
Expand Down Expand Up @@ -381,11 +381,6 @@ ccachelib-68k-debug = {mitkerberoslib-root-folder}CCacheLib:Binaries:CCache
ccachelib-ppc-final = {mitkerberoslib-root-folder}CCacheLib:Binaries:CCacheLib.PPC
ccachelib-68k-final = {mitkerberoslib-root-folder}CCacheLib:Binaries:CCacheLib.68K

ccachelib-ppc-debug = {root-folder}¶"mac:libraries:CCache API:bin:CCacheLib.PPC.debug¶"
ccachelib-68k-debug = {root-folder}¶"mac:libraries:CCache API:bin:CCacheLib.68K.debug¶"
ccachelib-ppc-final = {root-folder}¶"mac:libraries:CCache API:bin:CCacheLib.PPC¶"
ccachelib-68k-final = {root-folder}¶"mac:libraries:CCache API:bin:CCacheLib.68K¶"

socketslib-ppc-debug = {mitsupportlib-root-folder}SocketsLib:Binaries:SocketsLib.PPC.debug
socketslib-68k-debug = {mitsupportlib-root-folder}SocketsLib:Binaries:SocketsLib.68K.debug
socketslib-ppc-final = {mitsupportlib-root-folder}SocketsLib:Binaries:SocketsLib.PPC
Expand Down Expand Up @@ -555,7 +550,7 @@ mitsupportlib-include-paths =
-i {mitsupportlib-root-folder}UtilitiesLib:Headers:

include-paths = `catenate {include-folders-list}`
-i {root-folder}mac:libraries:¶"CCache API¶":include: ¶
-i {mitkerberoslib-root-folder}CCacheLib:Headers: ¶
-i {krb5-globals-root-folder} ¶
{mitsupportlib-include-paths}

Expand Down

0 comments on commit 073e52d

Please sign in to comment.