CFLAGS += -I. so that building in an obj directory works.

This commit is contained in:
gibbs 1997-04-03 05:56:00 +00:00
parent 46d309dbbe
commit e5bf06a54a
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $Id$
# $Id: Makefile,v 1.1 1997/03/16 07:08:10 gibbs Exp $
PROG= aic7xxx_asm
@ -14,5 +14,7 @@ SRCS= ${GENSRCS} ${CSRCS}
CLEANFILES+= ${GENSRCS} ${GENHDRS} y.output
DPADD+= ${LIBL}
LDADD+= -ll
CFLAGS+= -I.
NOMAN= noman
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $Id$
# $Id: Makefile,v 1.1 1997/03/16 07:08:10 gibbs Exp $
PROG= aic7xxx_asm
@ -14,5 +14,7 @@ SRCS= ${GENSRCS} ${CSRCS}
CLEANFILES+= ${GENSRCS} ${GENHDRS} y.output
DPADD+= ${LIBL}
LDADD+= -ll
CFLAGS+= -I.
NOMAN= noman
.include <bsd.prog.mk>