Miklos Cserzo wrote:
You are right again. That was a native 'make' thing. However, the built is OK but the installation fails as follows with the gmake:
make install /bin/sh /home/pugh/miklos/pascal/gcc-2.95.2/mkinstalldirs /var/tmp/gpc /var/tmp/gpc make: file `Makefile' line 1649: Must be a separator (: or ::) for rules (bu39) make: file `Makefile' line 1649: Syntax error *** Error code 1 (bu21) unset echo>
The line breaks are quite messed up, or was it really like this?
Anyway, it looks like you called the native make again (`make install' instead of `gmake install'). The message `Must be a separator' does not appear to be from GNU make.
Frank