1
0
mirror of https://github.com/simh/simh.git synced 2026-01-14 07:39:29 +00:00

makefile: Include display support (if available) when building pdp11 individually

This commit is contained in:
Mark Pizzolato 2016-01-10 15:47:09 -08:00
parent e8ea427d4d
commit 13c4681a2a

View File

@ -66,6 +66,8 @@ ifneq (,$(or $(findstring pdp11,$(MAKECMDGOALS)),$(findstring vax,$(MAKECMDGOALS
ifneq (,$(findstring all,$(MAKECMDGOALS))$(word 2,$(MAKECMDGOALS)))
BUILD_MULTIPLE = s
VIDEO_USEFUL = true
endif
ifneq (,$(findstring pdp11,$(MAKECMDGOALS))$(findstring all,$(MAKECMDGOALS)))
DISPLAY_USEFUL = true
endif
else ifneq (,$(findstring besm6,$(MAKECMDGOALS)))