|
@@ -133,7 +133,7 @@ endif
|
|
|
|
|
|
# Fail if system architecture could not be determined
|
|
# Fail if system architecture could not be determined
|
|
ifeq ($(ZT_ARCHITECTURE),999)
|
|
ifeq ($(ZT_ARCHITECTURE),999)
|
|
-ERR=$(error FATAL: architecture could not be determined from $(CC) -dumpmachine: $CC_MACH)
|
|
|
|
|
|
+ERR=$(error FATAL: architecture could not be determined from $(CC) -dumpmachine: $(CC_MACH))
|
|
.PHONY: err
|
|
.PHONY: err
|
|
err: ; $(ERR)
|
|
err: ; $(ERR)
|
|
endif
|
|
endif
|