From 490d1f8530d5decbb0c276b91b3edd5bc0fd91e2 Mon Sep 17 00:00:00 2001 From: Thomas Moestl Date: Wed, 30 Oct 2002 18:51:10 +0000 Subject: Fix a construct that causes make errors on platforms that are not supported by these ports. This fixes 'make readmes' for them on sparc64 (and by that, release building without NOPORTS). Approved by: jdp --- graphics/juno-2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/juno-2') diff --git a/graphics/juno-2/Makefile b/graphics/juno-2/Makefile index e1a94a9275b7..fbe83c3d0740 100644 --- a/graphics/juno-2/Makefile +++ b/graphics/juno-2/Makefile @@ -57,7 +57,7 @@ TARGETDIR= fbsd-alpha WORDSIZE= 64 .endif -.if empty(TARGET) +.if !defined(TARGET) pre-fetch: @${ECHO_MSG} "Cannot determine M3 target for this architecture" @${FALSE} -- cgit v1.2.3