Mail Archives: djgpp-workers/1996/09/26/21:17:22
> > Eli, would it be possible to apply to this port the patch which
> > allows indented 'Makefile' lines to start with space, no only with
> > tab? AFAIR, this requires change in only two places in the source.
>
> I disagree. That makes GNU makefiles incompatible to all other
> platforms. Send this suggestion to the FSF if you really think
> it's that important.
There are two things I'd like to add:
1. For some reason, dos editors are different in that they often replace
the tab with spaces without the user knowing. This warrants a
dos-specific case in make to handle this.
2. The FSF is likely to accept a dos-specific fix, if properly #ifdef'd
with __MSDOS__.
- Raw text -