diff options
author | Thomas Moestl <tmm@FreeBSD.org> | 2002-10-30 18:51:10 +0000 |
---|---|---|
committer | Thomas Moestl <tmm@FreeBSD.org> | 2002-10-30 18:51:10 +0000 |
commit | 490d1f8530d5decbb0c276b91b3edd5bc0fd91e2 (patch) | |
tree | 090ff9b25158da09ce64ffe4d5f06bb32ec2dc8d /lang/pm3-netobj/Makefile | |
parent | 78e2785294206edcd1917fc8176b9de831883f5d (diff) |
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
Notes
Notes:
svn path=/head/; revision=69172
Diffstat (limited to 'lang/pm3-netobj/Makefile')
-rw-r--r-- | lang/pm3-netobj/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/pm3-netobj/Makefile b/lang/pm3-netobj/Makefile index 2a3e7d317252..d24ebcfdc9c8 100644 --- a/lang/pm3-netobj/Makefile +++ b/lang/pm3-netobj/Makefile @@ -63,7 +63,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} |