diff options
Diffstat (limited to 'sysdeps')
-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 |