From a8e642f574e312a63ece704194ab93b36590d817 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 5 Dec 2000 22:10:43 +0000 Subject: Change the spelling of `.' to `.' from .OBJDIR since `.' really is where generated files land. Also give precedence to generated files. --- lib/libipsec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libipsec/Makefile b/lib/libipsec/Makefile index 7512517afd4d..c06752a4c54c 100644 --- a/lib/libipsec/Makefile +++ b/lib/libipsec/Makefile @@ -29,7 +29,7 @@ LIB= ipsec SHLIB_MAJOR= 1 SHLIB_MINOR= 0 -CFLAGS+=-I${.CURDIR} -I. +CFLAGS+=-I. -I${.CURDIR} CFLAGS+=-DIPSEC_DEBUG -DIPSEC .if !defined(NOINET6) CFLAGS+=-DINET6 -- cgit v1.3