summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2012-11-11 18:54:03 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2012-11-11 18:54:03 +0000
commit650fd6d665b467d1961234433501980099eb2499 (patch)
treea3d87614d7180ee8afdd8ad9f441e42cc99b5fbb
parentcced110580d0875ad8181b143104f6ca1fae48c5 (diff)
When building without and obj dir, cp may fail.
-rw-r--r--lib/libXcomposite/man/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libXcomposite/man/Makefile.am b/lib/libXcomposite/man/Makefile.am
index 2158667cb..8787c43ca 100644
--- a/lib/libXcomposite/man/Makefile.am
+++ b/lib/libXcomposite/man/Makefile.am
@@ -44,5 +44,5 @@ if HAVE_XMLTO
else
.xml.man:
@echo "WARNING: configure did not find xmlto, cannot create $@ without it"
- cp ${srcdir}/$@ .
+ -cp ${srcdir}/$@ .
endif