diff options
| author | Miro Jurisic <meeroh@mit.edu> | 1998-08-28 16:10:18 +0000 |
|---|---|---|
| committer | Miro Jurisic <meeroh@mit.edu> | 1998-08-28 16:10:18 +0000 |
| commit | 8f3cd2cba6a00c9872e3029972c845b97cbd89cb (patch) | |
| tree | 902258f6bb034d588c34eea11f0eeeefcaf5312b | |
| parent | 83ca5c04abc9d3c0544203f17be92f3b88b7b6bf (diff) | |
| download | krb5-8f3cd2cba6a00c9872e3029972c845b97cbd89cb.tar.gz krb5-8f3cd2cba6a00c9872e3029972c845b97cbd89cb.tar.xz krb5-8f3cd2cba6a00c9872e3029972c845b97cbd89cb.zip | |
Fixed typo in snapshot target
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10886 dc483132-0cff-0310-8789-dd5450dbe970
| -rw-r--r-- | src/mac/Makefile.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mac/Makefile.tmpl b/src/mac/Makefile.tmpl index 2ccf356c7..f961bcc4c 100644 --- a/src/mac/Makefile.tmpl +++ b/src/mac/Makefile.tmpl @@ -571,8 +571,8 @@ all-mac-files = {mac-files} {glue-input} {autogeneration-sources} /Makefile.in / "/mac/libraries/CCache API/include/CCache.h" \ "/mac/libraries/CCache API/bin/CCacheGlobalsLib.68K" \ "/mac/libraries/CCache API/bin/CCacheGlobalsLib.PPC" \ - "/mac/libraries/CCache API/bin/CCacheGlobalsLib.68K.debug" \ - "/mac/libraries/CCache API/bin/CCacheGlobalsLib.PPC.debug" \ + "/mac/libraries/CCache API/bin/CCacheLib.68K.debug" \ + "/mac/libraries/CCache API/bin/CCacheLib.PPC.debug" \ "/mac/libraries/CCache API/bin/CCacheLib.68K" \ "/mac/libraries/CCache API/bin/CCacheLib.PPC" \ /mac/TestTrack/ChangeLog \ |
