Mail Archives: djgpp/1996/09/25/09:26:26
On Wed, 25 Sep 1996, Alex Schroeder wrote:
> Since we are already at it, I'd like to ask another question: I tried
> something on my makefile which I took from your makefile in the faq
> sources ;) :
>
> ifdef COMSPEC
> DOS blah
> else
> other bla
> endif
>
> This code does not work on the AIX, but does with make on my PC. It more
The conditional directive are specific to each version of Make. I wrote
that Makefile for GNU Make. If you care about not polluting your mind
with too many similar but subtly different programs (like I do), I
suggest you assemble a tool-chain that is portable to any platform and
stick to it (by porting it to any machine where they aren't already
available). In this case, just get GNU Make and build it on AIX, and
never look back.
- Raw text -