Re: [AD] MinGW32 make install |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> when UNIX_TOOLS is not defined the makefile currently does:
>
> $(MINGDIR_U)/include/allegro:
> md $(MINGDIR_D)\include\allegro
>
> which should for correctness sake be replaced with:
>
> $(MINGDIR_U)/include:
> md $(MINGDIR_D)\include
>
> $(MINGDIR_U)/include/allegro : $(MINGDIR_U)/include
> md $(MINGDIR_D)\include\allegro
That's probably superfluous, but I agree with you for consistency's sake.
Sven, would you mind adding it to your patch and commiting the result ?
--
Eric Botcazou
ebotcazou@xxxxxxxxxx