Fix to work with obj directories: -I. -> -I${.CURDIR}

Submitted by: Bruce
This commit is contained in:
Wolfram Schneider 1996-09-01 16:03:28 +00:00
parent b7d7a8c494
commit 0df7f79cbe

View File

@ -1,9 +1,9 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $Id: Makefile,v 1.1 1996/08/29 22:39:41 wosch Exp wosch $
# $Id: Makefile,v 1.6 1996/08/31 23:14:51 wosch Exp $
PROG= locate
SRCS= util.c locate.c
CFLAGS+= -I. -DMMAP -O2 # -DDEBUG
CFLAGS+= -I${.CURDIR} -DMMAP # -DDEBUG (print time) -O2 (10% faster)
MAN1= locate.1
MAN8= locate.updatedb.8
SCRIPTS= updatedb mklocatedb concatdb