Re: [AD] Possible makefile problem (DJGPP/MinGW/others?) |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: Re: [AD] Possible makefile problem (DJGPP/MinGW/others?)
- From: Elias Pschernig <allefant@xxxxxxxxxx>
- Date: Tue, 23 Nov 2004 20:22:33 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=dz2Xk9hVR9NnZJChNvELPldNIECBc33hwhnG6W9jvcY20qMO1jn/cLKzxFdOkSqKb3eXyzLZoR4YuZzIArt9kQe1jlf/dGssupwi8I4Y/70bvCe1BKWeLXQfxFFDiO9srG6TX/dnzeiqT6MTJaFXH/vCihUq47LiBWbuTWYwxqw=
Well, the check is not done if you do e.g. "make install" or "make
all" or "make lib" - since then you override the default
error-checking target. I believe the makefile could be modified to
always check, e.g. putting a big "ifdef MINGDIR" around all of it.