From 0df7f79cbe6b092c6e06ef25e9747d97de0c8cd9 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Sun, 1 Sep 1996 16:03:28 +0000 Subject: [PATCH] Fix to work with obj directories: -I. -> -I${.CURDIR} Submitted by: Bruce --- usr.bin/locate/locate/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/locate/locate/Makefile b/usr.bin/locate/locate/Makefile index 644ad58c3ab5..b752bbbf17f9 100644 --- a/usr.bin/locate/locate/Makefile +++ b/usr.bin/locate/locate/Makefile @@ -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