summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2008-08-27 14:53:06 +0000
committerStefan Bühler <stbuehler@web.de>2008-08-27 14:53:06 +0000
commit5ab6fa6fd2a167267ecae90a35bcd7a1bfbf7836 (patch)
tree6e70d179b1b8d167f814b726922a1120ff251b30 /Makefile.am
parent9cb47be07fa4746be4c74a81e216b5d316b35216 (diff)
downloadlighttpd-git-5ab6fa6fd2a167267ecae90a35bcd7a1bfbf7836.tar.gz
Change parser generation again as the previous fix broke building with some non-gnu make utils.
According to the automake faq this is only "hiding errors" and we should be able to do better, but i don't see how (and their examples don't work with -jX). For a clean solution we need to compile lemon for the build host, not the target. git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2298 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e89b4d70..b414e60b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
SUBDIRS=src doc tests cygwin openwrt
EXTRA_DIST=autogen.sh SConstruct
+
+distcleancheck_listfiles = find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';'