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 eca3ef9 commit f36f637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libcom_err/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LIB= com_err
SRCS= com_err.c error.c
INCS= ${COM_ERRDIR}/com_err.h ${COM_ERRDIR}/com_right.h
MAN= com_err.3
COM_ERRDIR= ${.CURDIR}/../../contrib/com_err
COM_ERRDIR= ${SRCTOP}/contrib/com_err
CFLAGS+= -I${COM_ERRDIR}

LDFLAGS= -Wl,--no-undefined
Expand Down

0 comments on commit f36f637

Please sign in to comment.