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:
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
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue