Add -I${.CURDIR} since it #includes logo.c from the source dir and breaks

when building with an obj dir.

Reported by:	Quite a few people.. :-/
This commit is contained in:
Peter Wemm 1998-12-29 09:02:44 +00:00
parent 0adf658a50
commit b23841bc64

View file

@ -1,9 +1,9 @@
# $Id$
# $Id: Makefile,v 1.1 1998/12/28 14:22:57 des Exp $
KMOD= logo_saver
SRCS= logo_saver.c
NOMAN=
CFLAGS+= -I${.CURDIR}/..
CFLAGS+= -I${.CURDIR}/.. -I${.CURDIR}
.include <bsd.kmod.mk>