1
0
mirror of https://github.com/simh/simh.git synced 2026-02-11 18:46:08 +00:00

makefile: remote extraneous debug print statement.

OS X is not a useful platform for display (pdp1, pdp11 and tx-0 simulators) with the default Xcode provided APIs.
This commit is contained in:
Mark Pizzolato
2014-10-29 13:49:13 -07:00
parent 4456e42b08
commit 34d87ab521

View File

@@ -79,7 +79,6 @@ else
else
ifneq (,$(or $(or $(findstring pdp1,$(MAKECMDGOALS)),$(findstring pdp11,$(MAKECMDGOALS))),$(findstring tx-0,$(MAKECMDGOALS))))
DISPLAY_USEFUL = true
$(info DISPLAY USEFUL SET)
endif
endif
endif