summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-08-07 12:02:21 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-08-26 19:50:34 +0200
commit01a9d48d94bcbb45bea0f290d04b4b14a907563d (patch)
treee19b4b5188c8315973681674e77a92bffcc3bbc4
parentbf6500520d860a6d72024d0414fb7b0ff53fd638 (diff)
Don't symlink README in srcdir or it will fail on out-of-build trees.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 103f566..e89ea82 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,7 +28,7 @@ pkgconfig_DATA = libasyncns.pc
README:
rm -f README
$(MAKE) -C doc README
- cd $(srcdir) && ln -s doc/README README
+ ln -s doc/README README
homepage: all dist doxygen
test -d $$HOME/homepage/private