diff options
Diffstat (limited to 'print/virtualpaper/Makefile')
-rw-r--r-- | print/virtualpaper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/virtualpaper/Makefile b/print/virtualpaper/Makefile index 805d4f20ce42..47c3aa4e3c6d 100644 --- a/print/virtualpaper/Makefile +++ b/print/virtualpaper/Makefile @@ -68,7 +68,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} |