Re: Small change to Makefile.in to ease future installations

Juergen Schoenwaelder (schoenw@cs.utwente.nl)
Mon, 22 Jul 1996 12:03:40 +0200

Stephen Heilbronner <heilbron@nm.informatik.uni-muenchen.de> wrote:

> Therefor I would suggest the following change to Makefile.in:
>
> 1) Add a declaration MKDIR=mkdir
> 2) Replace "mkdir" by "$(MKDIR)".
>
> By this people can use their "own" mkdir, i.e. gmkdir.

Seems reasonable. I changed Makefile.in as you proposed.

Juergen