From ac71984aae3872b654ff192236ab1c5ca939344a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 25 Mar 1998 04:13:17 +0000 Subject: [PATCH] added this so the lib directory gets created when using VPATH --- lib/dummy.in | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lib/dummy.in 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. -- 2.34.1