--- w-kmod-nozomi-2.1_060703-1/Makefile.orig 2006-10-12 12:04:06.000000000 +0200 +++ w-kmod-nozomi-2.1_060703-1/Makefile 2006-10-12 12:04:14.000000000 +0200 @@ -27,7 +27,7 @@ @echo "Warning: Compiling for 2.4: $(FOR26)" $(CC) $(CFLAGS) nozomi.c -c $(CC) $(CFLAGS) kfifo.c -c - ld -r -o noz.o nozomi.o kfifo.o + $(LD) -r -o noz.o nozomi.o kfifo.o endif #----------------------------------------------------------------