diff options
author | Thomas Moestl <tmm@FreeBSD.org> | 2002-11-01 11:24:00 +0000 |
---|---|---|
committer | Thomas Moestl <tmm@FreeBSD.org> | 2002-11-01 11:24:00 +0000 |
commit | f78509c7611b8054f38bd1eb84eef74da136c0b0 (patch) | |
tree | c53ecc2bca9de84a5a2f50d69835337b2ba32e26 /devel/p4web | |
parent | bgrot left a file behind and overwrote the orignial configfile anyway. (diff) |
Use IGNORE, not .error, on unsupported platforms. This should solve the
last remaining 'make readmes' problem on sparc64.
Reviewed by: petef
Approved by: David Marshall <marshall@chezmarshall.com> (MAINTAINER)
Diffstat (limited to 'devel/p4web')
-rw-r--r-- | devel/p4web/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p4web/Makefile b/devel/p4web/Makefile index 3bcdbcddf659..629500ba2167 100644 --- a/devel/p4web/Makefile +++ b/devel/p4web/Makefile @@ -50,7 +50,7 @@ PLATFORM= freebsdaxp BIN_FILES= p4 SBIN_FILES= p4d .else -.error "Unsupported platform, sorry." +IGNORE= "Unsupported platform, sorry." .endif do-build: |