CFLAGS += -I. so that building in an obj directory works.
This commit is contained in:
parent
46d309dbbe
commit
e5bf06a54a
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user