exe.mk: Split defs and rules -> ldlibpath.mk, rules.mk

Push LD_LIBRARY_PATH defs from exe.mk into ldlibpath.mk, and rules
into rules.mk.
This commit is contained in:
Jan Lindemann 2005-06-28 13:52:44 +00:00 committed by Jan Lindemann
commit 9d141fe861
3 changed files with 11 additions and 5 deletions

View file

@ -267,3 +267,6 @@ prepend_header:
remake:
make $(addprefix -W ,$(SRC_FILES)) $(filter-out remake,$(MAKECMDGOALS))
libpath:
@echo "export LD_LIBRARY_PATH=$(LD_LIBRARY_PATH)"