Skip to content

Commit

Permalink
Use SRCTOP-relative paths to other directories instead of .CURDIR-rel…
Browse files Browse the repository at this point in the history
…ative ones

This simplifies pathing in make/displayed output

MFC after:    3 weeks
Sponsored by: Dell EMC Isilon
  • Loading branch information
ngie-eign committed Jan 20, 2017
1 parent f36f637 commit 8562690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libcompat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PACKAGE=lib${LIB}
LIB= compat
CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS -I${.CURDIR}/../libc/locale
CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS -I${SRCTOP}/lib/libc/locale
NO_PIC=

WARNS?= 0
Expand Down

0 comments on commit 8562690

Please sign in to comment.