From a476f0b765164768ea5a3951112131eb34f595d0 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 3 Jan 2000 01:58:10 +0000 Subject: Use a logical OR (||) instead. Noticed by: Dirk Meyer --- astro/setiathome/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astro/setiathome') diff --git a/astro/setiathome/Makefile b/astro/setiathome/Makefile index 53d7486e4d41..e3af28e75688 100644 --- a/astro/setiathome/Makefile +++ b/astro/setiathome/Makefile @@ -47,7 +47,7 @@ WRKSRC= setiathome-1.2.i386-unknown-freebsd2.2.6 DISTFILES= .endif -.if make(makesum) | defined(FETCH_ALL) +.if make(makesum) || defined(FETCH_ALL) DISTFILES= setiathome-1.2.i386-unknown-freebsd2.2.6.tar \ setiathome-1.2.i386-unknown-freebsd2.2.7.tar \ setiathome-1.2.i386-unknown-freebsd2.2.8.tar \ -- cgit