diff options
author | Roland McGrath <roland@gnu.org> | 1995-02-22 03:00:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-02-22 03:00:48 +0000 |
commit | 23ad311df0e01caa58b54afb8ae999a3ffc1ba7a (patch) | |
tree | d7564cd262bf8f7b5922ee3c9e2af5575bc1ba02 /sysdeps/sparc | |
parent | 6b08e0a45557d361d898c821f1203c7be4cab86d (diff) | |
download | glibc-23ad311df0e01caa58b54afb8ae999a3ffc1ba7a.tar.gz |
Tue Feb 21 21:53:30 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* sysdeps/sparc/Makefile [subdir=crypt] (crypt): Reset only if set
to original value of `crypt'.
* sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile [subdir=crypt]
(crypt): New variable, set to crypt.solar.
Diffstat (limited to 'sysdeps/sparc')
-rw-r--r-- | sysdeps/sparc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/sparc/Makefile b/sysdeps/sparc/Makefile index 376fbcce53..b651dfb2c6 100644 --- a/sysdeps/sparc/Makefile +++ b/sysdeps/sparc/Makefile @@ -52,6 +52,8 @@ sysdep-realclean := $(sysdep-realclean) $(divrem:%=sysdeps/sparc/%.S) ifeq ($(subdir),crypt) +ifeq ($(crypt),crypt) crypt := crypt.sparc # Use crypt/crypt.sparc.S. +endif endif # crypt |