From fc6094e38b63e4eb3afbef66091e5a8e3961313d Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 11 Aug 1998 11:43:53 +0000 Subject: [PATCH] Remove the quotes from exists("filename"). Make(1) considered the quotes as part of the filename. Submitted by: volf@oasis.IAEhv.nl --- en/alpha/Makefile | 4 ++-- en/cgi/Makefile | 4 ++-- en/commercial/Makefile | 4 ++-- en/copyright/Makefile | 4 ++-- en/docproj/Makefile | 4 ++-- en/gallery/Makefile | 4 ++-- en/gifs/Makefile | 4 ++-- en/internal/Makefile | 4 ++-- en/news/Makefile | 4 ++-- en/ports/Makefile | 4 ++-- en/projects/Makefile | 4 ++-- en/releases/Makefile | 4 ++-- en/search/Makefile | 4 ++-- en/security/Makefile | 4 ++-- 14 files changed, 28 insertions(+), 28 deletions(-) diff --git a/en/alpha/Makefile b/en/alpha/Makefile index f0ae678d27..5af9fe2dc2 100644 --- a/en/alpha/Makefile +++ b/en/alpha/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.3 1998-08-11 01:18:28 wosch Exp $ +# $Id: Makefile,v 1.4 1998-08-11 11:43:45 wosch Exp $ -.if exists("../Makefile.conf") +.if exists(../Makefile.conf) .include "../Makefile.conf" .endif diff --git a/en/cgi/Makefile b/en/cgi/Makefile index a8232f5eb1..611ec3b943 100644 --- a/en/cgi/Makefile +++ b/en/cgi/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.12 1998-08-11 01:18:35 wosch Exp $ +# $Id: Makefile,v 1.13 1998-08-11 11:43:50 wosch Exp $ -.if exists("../Makefile.conf") +.if exists(../Makefile.conf) .include "../Makefile.conf" .endif diff --git a/en/commercial/Makefile b/en/commercial/Makefile index 4b7c099f2a..e19d120529 100644 --- a/en/commercial/Makefile +++ b/en/commercial/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.4 1998-08-11 01:18:35 wosch Exp $ +# $Id: Makefile,v 1.5 1998-08-11 11:43:51 wosch Exp $ -.if exists("../Makefile.conf") +.if exists(../Makefile.conf) .include "../Makefile.conf" .endif diff --git a/en/copyright/Makefile b/en/copyright/Makefile index 159248d96e..6a25900606 100644 --- a/en/copyright/Makefile +++ b/en/copyright/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.2 1998-08-11 01:18:36 wosch Exp $ +# $Id: Makefile,v 1.3 1998-08-11 11:43:51 wosch Exp $ -.if exists("../Makefile.conf") +.if exists(../Makefile.conf) .include "../Makefile.conf" .endif diff --git a/en/docproj/Makefile b/en/docproj/Makefile index 5fe80732cb..083a178002 100644 --- a/en/docproj/Makefile +++ b/en/docproj/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.5 1998-08-11 01:18:36 wosch Exp $ +# $Id: Makefile,v 1.6 1998-08-11 11:43:51 wosch Exp $ -.if exists("../Makefile.conf") +.if exists(../Makefile.conf) .include "../Makefile.conf" .endif diff --git a/en/gallery/Makefile b/en/gallery/Makefile index 4c6e601889..8f7c1add88 100644 --- a/en/gallery/Makefile +++ b/en/gallery/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.4 1998-08-11 01:18:37 wosch Exp $ +# $Id: Makefile,v 1.5 1998-08-11 11:43:51 wosch Exp $ -.if exists("../Makefile.conf") +.if exists(../Makefile.conf) .include "../Makefile.conf" .endif diff --git a/en/gifs/Makefile b/en/gifs/Makefile index b1da61792b..32975cef40 100644 --- a/en/gifs/Makefile +++ b/en/gifs/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.14 1998-08-11 01:18:37 wosch Exp $ +# $Id: Makefile,v 1.15 1998-08-11 11:43:51 wosch Exp $ -.if exists("../Makefile.conf") +.if exists(../Makefile.conf) .include "../Makefile.conf" .endif diff --git a/en/internal/Makefile b/en/internal/Makefile index 72813804aa..1449eb761a 100644 --- a/en/internal/Makefile +++ b/en/internal/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.9 1998-08-11 01:18:38 wosch Exp $ +# $Id: Makefile,v 1.10 1998-08-11 11:43:52 wosch Exp $ -.if exists("../Makefile.conf") +.if exists(../Makefile.conf) .include "../Makefile.conf" .endif diff --git a/en/news/Makefile b/en/news/Makefile index c72e79bbd7..e67f9e41c2 100644 --- a/en/news/Makefile +++ b/en/news/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.4 1998-08-11 01:18:39 wosch Exp $ +# $Id: Makefile,v 1.5 1998-08-11 11:43:52 wosch Exp $ -.if exists("../Makefile.conf") +.if exists(../Makefile.conf) .include "../Makefile.conf" .endif diff --git a/en/ports/Makefile b/en/ports/Makefile index 47132c8ae7..d20cce035a 100644 --- a/en/ports/Makefile +++ b/en/ports/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.13 1998-08-11 01:18:39 wosch Exp $ +# $Id: Makefile,v 1.14 1998-08-11 11:43:52 wosch Exp $ -.if exists("../Makefile.conf") +.if exists(../Makefile.conf) .include "../Makefile.conf" .endif diff --git a/en/projects/Makefile b/en/projects/Makefile index 302d3d19f7..0794ea52b3 100644 --- a/en/projects/Makefile +++ b/en/projects/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.4 1998-08-11 01:18:39 wosch Exp $ +# $Id: Makefile,v 1.5 1998-08-11 11:43:52 wosch Exp $ -.if exists("../Makefile.conf") +.if exists(../Makefile.conf) .include "../Makefile.conf" .endif diff --git a/en/releases/Makefile b/en/releases/Makefile index a5c6f35393..ea4a22a8cc 100644 --- a/en/releases/Makefile +++ b/en/releases/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.12 1998-08-11 01:18:40 wosch Exp $ +# $Id: Makefile,v 1.13 1998-08-11 11:43:52 wosch Exp $ -.if exists("../Makefile.conf") +.if exists(../Makefile.conf) .include "../Makefile.conf" .endif diff --git a/en/search/Makefile b/en/search/Makefile index da741452cc..40ede0622b 100644 --- a/en/search/Makefile +++ b/en/search/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.3 1998-08-11 01:18:41 wosch Exp $ +# $Id: Makefile,v 1.4 1998-08-11 11:43:53 wosch Exp $ -.if exists("../Makefile.conf") +.if exists(../Makefile.conf) .include "../Makefile.conf" .endif diff --git a/en/security/Makefile b/en/security/Makefile index aa7e56d6e1..e650bee47a 100644 --- a/en/security/Makefile +++ b/en/security/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.3 1998-08-11 01:18:41 wosch Exp $ +# $Id: Makefile,v 1.4 1998-08-11 11:43:53 wosch Exp $ -.if exists("../Makefile.conf") +.if exists(../Makefile.conf) .include "../Makefile.conf" .endif