Respect ${.OBJDIR} properly when looking for libficl.a

This commit is contained in:
Jordan K. Hubbard 1998-11-04 02:36:18 +00:00
parent 797ed6379a
commit 12b2c0d82e
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.15 1998/10/23 22:32:27 msmith Exp $
# $Id: Makefile,v 1.16 1998/11/04 00:30:47 msmith Exp $
BASE= loader
PROG= ${BASE}
@ -17,7 +17,11 @@ HAVE_ISABUS= yes
# Enable BootForth
#BOOT_FORTH= yes
#CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl
#.if exists(${.OBJDIR}/../../ficl/libficl.a)
#LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
#.else
#LIBFICL= ${.CURDIR}/../../ficl/libficl.a
#.endif
# Always add MI sources
.PATH: ${.CURDIR}/../../common