Remove the quotes from exists("filename"). Make(1) considered the

quotes as part of the filename.

Submitted by: volf@oasis.IAEhv.nl
This commit is contained in:
Wolfram Schneider 1998-08-11 11:43:53 +00:00
parent 0b78bb037e
commit fc6094e38b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3325
14 changed files with 28 additions and 28 deletions

View file

@ -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