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
4520212e86
commit
0bc2a208d5
@ -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…
x
Reference in New Issue
Block a user