path-rules.mk: Add file

Move ldlibpath target from ldlibpath.mk into newly created
path-rules.mk.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-12-17 14:57:48 +00:00
commit 4ed00f0186
3 changed files with 5 additions and 8 deletions

4
make/path-rules.mk Normal file
View file

@ -0,0 +1,4 @@
all:
libpath:
@echo "export LD_LIBRARY_PATH=$(LD_LIBRARY_PATH)"
@echo "export PATH=.:$(PATH)"