[subdir=crypt] (crypt): New variable, set to crypt.solar.
authorRoland McGrath <roland@gnu.org>
Wed, 22 Feb 1995 02:53:16 +0000 (02:53 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 22 Feb 1995 02:53:16 +0000 (02:53 +0000)
sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile

index 7ad4bb1..1c17ea1 100644 (file)
@@ -3,3 +3,9 @@
 # and difftime.o don't work because of this.  The long-term fix is to actually
 # implement what they're doing, but for the short-term, we must do this.
 sysdep-CFLAGS := $(sysdep-CFLAGS) -mhard-quad-float
+
+ifeq ($(subdir),crypt)
+
+crypt := crypt.solar
+
+endif