1
0
mirror of https://github.com/simh/simh.git synced 2026-01-29 13:11:26 +00:00

Fix builds on BSD host systems

This commit is contained in:
Mark Pizzolato
2011-11-26 08:21:45 -08:00
parent d9f3b66bbf
commit cbcd244e0c
2 changed files with 6 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin)
endif
else
LDSEARCH :=$(shell ldconfig -r | grep 'search directories' | awk '{print $$3}' | sed 's/:/ /g')
ifneq (,$(LDSEARCH)
ifneq (,$(LDSEARCH))
LIBPATH := $(LDSEARCH)
endif
ifeq (usrpkglib,$(shell if $(TEST) -d /usr/pkg/lib; then echo usrpkglib; fi))