Compile Failure 2.1.98/Alpha

Wouter (wouter@alpha.prut.net)
Tue, 28 Apr 1998 18:51:32 +0200 (CEST)


when trying to compile 2.1.98 on a DEC Alpha (noname)
i get the folowing error:

root@alpha:/usr/src/linux# make config
arch/alpha/Makefile:35: *** missing separator. Stop.
root@alpha:/usr/src/linux#

if I look at line 35 in arch/alpha/Makefile i see this:

$(shell $(AS) --version >& ./GAS_VER)

If I change it to

$(shell $(AS) --version &> ./GAS_VER)

then it works (for now...)

anybody got any comments on thisone??

I'm Running Debian/Alpha 2.0

Thanks.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu