From: Andrew Tridgell Date: Wed, 25 Mar 1998 04:13:17 +0000 (+0000) Subject: added this so the lib directory gets created when using VPATH X-Git-Tag: v1.7.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac71984aae3872b654ff192236ab1c5ca939344a;p=thirdparty%2Frsync.git added this so the lib directory gets created when using VPATH --- diff --git a/lib/dummy.in b/lib/dummy.in new file mode 100644 index 00000000..3b26a20f --- /dev/null +++ b/lib/dummy.in @@ -0,0 +1,2 @@ +This is a dummy file to ensure that the lib directory gets created +by configure when a VPATH is used.