diff options
| author | Miro Jurisic <meeroh@mit.edu> | 1999-02-23 23:53:47 +0000 |
|---|---|---|
| committer | Miro Jurisic <meeroh@mit.edu> | 1999-02-23 23:53:47 +0000 |
| commit | a103f49390dc7a6c8ab659b14856038a8ccdf92a (patch) | |
| tree | d4cfa68efc3b8a332de95f79704ec0e9e02e2127 /src | |
| parent | ed917cb241e2c2c7a49fed089d60abdcba6fc3bb (diff) | |
Fixed debug vs. non-debug mistakes in GSSLib and globals lib
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11214 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/mac/Makefile.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mac/Makefile.tmpl b/src/mac/Makefile.tmpl index 835c8a724..c202ab3b3 100644 --- a/src/mac/Makefile.tmpl +++ b/src/mac/Makefile.tmpl @@ -385,7 +385,7 @@ Kerberos5GlobalsLib.PPC.debug Krb5GlobalsLib.PPC.debug.MAP :: "/mac/libraries/Ke -init "__initialize_Kerberos5GlobalsLib" \ -term "__terminate_Kerberos5GlobalsLib" \ -map Krb5GlobalsLib.PPC.debug.MAP -o Kerberos5GlobalsLib.PPC.debug \ - {krb5-globals-obj-ppc} {standard-libraries-ppc} {ccache-ppc} {krb5-globals-data-ppc} + {krb5-globals-obj-ppc} {standard-libraries-ppc-debug} {ccache-ppc-debug} {krb5-globals-data-ppc} # # shared PPC v5 globals data library @@ -599,8 +599,8 @@ GSSLib.debug : GSSLib.PPC.debug Kerberos5Lib.PPC.debug {ccache-ppc-debug} # GSSL Delete -i GSSLib.debug Duplicate -y GSSLib.PPC.debug GSSLib.debug # MergeFragment GSSLib.68K.debug GSSLib.debug - MergeFragment "/bin/MIT CLib.PPC" GSSLib.debug - MergeFragment "/bin/MIT RuntimeLib.PPC" GSSLib.debug + MergeFragment "/bin/MIT CLib.PPC.debug" GSSLib.debug + MergeFragment "/bin/MIT RuntimeLib.PPC.debug" GSSLib.debug MergeFragment Kerberos5Lib.PPC.debug GSSLib.debug # MergeFragment Kerberos5Lib.68K.debug GSSLib.debug # MergeFragment "/bin/MIT CLib.68K" GSSLib.debug |
