diff options
| author | Keith Vetter <keithv@fusion.com> | 1995-06-03 02:46:46 +0000 |
|---|---|---|
| committer | Keith Vetter <keithv@fusion.com> | 1995-06-03 02:46:46 +0000 |
| commit | a6193eaae4caab349681cf43405cf9fc323efabc (patch) | |
| tree | 4e49c0c0ec9e03ebb429f23f2572617d786150ef /src/lib/crypto/os | |
| parent | a6eae6d985a95bd46e0ae18727258e1c1b2d555c (diff) | |
Made the shared library makefile changes not apply to the PC
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5938 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/os')
| -rw-r--r-- | src/lib/crypto/os/Makefile.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/crypto/os/Makefile.in b/src/lib/crypto/os/Makefile.in index 9c63c7976..0640b3986 100644 --- a/src/lib/crypto/os/Makefile.in +++ b/src/lib/crypto/os/Makefile.in @@ -48,6 +48,11 @@ memmove.o: memmove.c @SHARED_RULE_LOCAL@ -clean:: +clean:: clean-$(WHAT) $(RM) ustime.c localaddr.c memmove.c + +clean-unix:: + $(RM) shared/* +clean-mac:: $(RM) shared/* +clean-windows:: |
