]> arthur.barton.de Git - netatalk.git/commitdiff
Use ${CC} instead of @LD@ (which isn't defined).
authorsrittau <srittau>
Sat, 6 Apr 2002 12:38:45 +0000 (12:38 +0000)
committersrittau <srittau>
Sat, 6 Apr 2002 12:38:45 +0000 (12:38 +0000)
sys/solaris/Makefile.kernel.in

index fd8a777c6bf7b9c2398a3f56430def084899e7e7..060bcf7936803addd42fefc652197a7d1daf1ed3 100644 (file)
@@ -1,7 +1,7 @@
 # Solaris specific defines, passed to subdirectories.
 # To use Sun CC, uncomment the CC and KFLAGS variables.
 #
-# $Id: Makefile.kernel.in,v 1.1 2002-01-17 07:11:13 srittau Exp $
+# $Id: Makefile.kernel.in,v 1.2 2002-04-06 12:38:45 srittau Exp $
 
 
 # uncomment for 64-bit sparc kernel
@@ -14,7 +14,7 @@ USE_CRYPTLIB=no
 INSTALL = @INSTALL@
 
 CC             = @CC@
-LD             = @LD@
+LD             = ${CC}
 
 # use gcc
 KCFLAGS                = -D_KERNEL -Wall -Wstrict-prototypes ${KGCCFLAGS} # -mcpu=ultrasparc