diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-19 10:43:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-19 10:43:29 +0000 |
commit | 5a2d7a05eec9ae8194f5d31fda86c153a24650c7 (patch) | |
tree | 8201c4a2bed51205debc05c3abdcf840aef06751 | |
parent | a692c34aea53351cfc93b71342fb96ddcc45f59f (diff) |
sh configure script, in case it loses it's execute permission
-rw-r--r-- | gnu/usr.bin/cvs/Makefile.bsd-wrapper | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper index cd3b0b14598..b2645396674 100644 --- a/gnu/usr.bin/cvs/Makefile.bsd-wrapper +++ b/gnu/usr.bin/cvs/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $Id: Makefile.bsd-wrapper,v 1.1 1995/12/19 09:23:39 deraadt Exp $ +# $Id: Makefile.bsd-wrapper,v 1.2 1995/12/19 10:43:28 deraadt Exp $ all: config.status ${MAKE} @@ -6,10 +6,10 @@ all: config.status .FORCE: .IGNORE config: .FORCE - ${.CURDIR}/configure --prefix=/usr + sh ${.CURDIR}/configure --prefix=/usr config.status: - ${.CURDIR}/configure --prefix=/usr + sh ${.CURDIR}/configure --prefix=/usr install: ${MAKE} prefix=${DESTDIR}/usr install |