From 564b5e253c1d95c26a00e8288f0089a2571661c3 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 22 May 2014 08:23:59 +1000 Subject: [PATCH] - (djm) [Makefile.in] typo in path --- ChangeLog | 3 +++ Makefile.in | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1a5e6c2e5..fe00d03ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +20140522 + - (djm) [Makefile.in] typo in path + 20140521 - (djm) [commit configure.ac defines.h sshpty.c] don't attempt to use vhangup on Linux. It doens't work for non-root users, and for them diff --git a/Makefile.in b/Makefile.in index 16fb9ee8c..6bca5b51e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.358 2014/05/15 08:01:01 djm Exp $ +# $Id: Makefile.in,v 1.359 2014/05/21 22:23:59 djm Exp $ # uncomment if you run a non bourne compatable shell. Ie. csh #SHELL = @SH@ @@ -412,11 +412,11 @@ uninstall: regress-prep: [ -d `pwd`/regress ] || mkdir -p `pwd`/regress - [ -d `pwd`/regress/unitests ] || mkdir -p `pwd`/regress/unitests - [ -d `pwd`/regress/unitests/test_helper ] || \ - mkdir -p `pwd`/regress/unitests/test_helper - [ -d `pwd`/regress/unitests/sshbuf ] || \ - mkdir -p `pwd`/regress/unitests/sshbuf + [ -d `pwd`/regress/unittests ] || mkdir -p `pwd`/regress/unittests + [ -d `pwd`/regress/unittests/test_helper ] || \ + mkdir -p `pwd`/regress/unittests/test_helper + [ -d `pwd`/regress/unittests/sshbuf ] || \ + mkdir -p `pwd`/regress/unittests/sshbuf [ -f `pwd`/regress/Makefile ] || \ ln -s `cd $(srcdir) && pwd`/regress/Makefile `pwd`/regress/Makefile