Use :H to manipulate .CURDIR-relative paths instead of ../
This simplifies make output MFC after: 1 week Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
982a915f13
commit
568123e100
@ -2,7 +2,7 @@
|
||||
|
||||
PROG= fifolog_create
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../lib
|
||||
CFLAGS+= -I${.CURDIR:H}/lib
|
||||
|
||||
LIBADD= util fifolog
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PROG= fifolog_reader
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../lib
|
||||
CFLAGS+= -I${.CURDIR:H}/lib
|
||||
|
||||
MAN=
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PROG= fifolog_writer
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../lib
|
||||
CFLAGS+= -I${.CURDIR:H}/lib
|
||||
|
||||
MAN=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user