ifdef in Makefile

I use GNU Make version 3.76.1
and it does not support ifdef statements that are indented with 
tabs as appear in the libwww-cvs Makefile.am and therefore the Makefile.
It does allow indenentation by spaces.

The error it gives is

ifdef WWW
make: ifdef: Command not found
make: *** [COPYRIGH] Error 127

Received on Wednesday, 7 June 2000 03:12:14 UTC