diff options
| author | Miro Jurisic <meeroh@mit.edu> | 1999-07-10 22:54:39 +0000 |
|---|---|---|
| committer | Miro Jurisic <meeroh@mit.edu> | 1999-07-10 22:54:39 +0000 |
| commit | 920c2dacb120c243662652d8a31891bcb86c8193 (patch) | |
| tree | 7eff51b21f61152ef0a0d960f8c0a6c8874009e6 /src | |
| parent | 9378774376c3c7687d2bba727e04f675c55f7843 (diff) | |
| download | krb5-920c2dacb120c243662652d8a31891bcb86c8193.tar.gz krb5-920c2dacb120c243662652d8a31891bcb86c8193.tar.xz krb5-920c2dacb120c243662652d8a31891bcb86c8193.zip | |
Headers now correctly copied to output folders
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11557 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/mac/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mac/Makefile b/src/mac/Makefile index 657077233..4928ac631 100644 --- a/src/mac/Makefile +++ b/src/mac/Makefile @@ -16,17 +16,17 @@ library-kind-debug = .debug library-kind-final = ############################################################################################################## -### Top-level targets -- abstract targets for convinient grouping +### Top-level targets -- abstract targets for convenient grouping ############################################################################################################## # Everything -all Ä glue all-debug all-final headers +all Ä glue all-debug all-final # Debugging versions -all-debug Ä ppc-debug 68k-debug +all-debug Ä ppc-debug 68k-debug headers # Final versions -all-final Ä ppc-final 68k-final +all-final Ä ppc-final 68k-final headers # Clasic 68K glue glue Ä glue-gss glue-krb5 |
