mirror of
https://github.com/open-simh/simh.git
synced 2026-05-01 14:06:14 +00:00
makefile: Include display support (if available) when building pdp11 individually
This commit is contained in:
2
makefile
2
makefile
@@ -66,6 +66,8 @@ ifneq (,$(or $(findstring pdp11,$(MAKECMDGOALS)),$(findstring vax,$(MAKECMDGOALS
|
|||||||
ifneq (,$(findstring all,$(MAKECMDGOALS))$(word 2,$(MAKECMDGOALS)))
|
ifneq (,$(findstring all,$(MAKECMDGOALS))$(word 2,$(MAKECMDGOALS)))
|
||||||
BUILD_MULTIPLE = s
|
BUILD_MULTIPLE = s
|
||||||
VIDEO_USEFUL = true
|
VIDEO_USEFUL = true
|
||||||
|
endif
|
||||||
|
ifneq (,$(findstring pdp11,$(MAKECMDGOALS))$(findstring all,$(MAKECMDGOALS)))
|
||||||
DISPLAY_USEFUL = true
|
DISPLAY_USEFUL = true
|
||||||
endif
|
endif
|
||||||
else ifneq (,$(findstring besm6,$(MAKECMDGOALS)))
|
else ifneq (,$(findstring besm6,$(MAKECMDGOALS)))
|
||||||
|
|||||||
Reference in New Issue
Block a user