mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 23:37:13 +00:00
makefile: Include display support (if available) when building pdp11 individually
This commit is contained in:
parent
e8ea427d4d
commit
13c4681a2a
2
makefile
2
makefile
@ -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)))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user