Include the parent Makefile.inc so we get a proper BINDIR definition.

As explained by:	bde
This commit is contained in:
David E. O'Brien 1999-04-18 09:36:11 +00:00
parent 6253064e3f
commit 0af4cf134e

View File

@ -1,7 +1,9 @@
#
# $Id: Makefile.inc,v 1.27 1999/04/04 17:11:00 obrien Exp $
# $Id: Makefile.inc,v 1.28 1999/04/08 15:43:36 peter Exp $
#
.include "../Makefile.inc"
# Sometimes this is .include'd several times...
.if !defined(GCCDIR)
GCCDIR= ${.CURDIR}/../../../../contrib/egcs/gcc