summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2009-04-11 12:48:20 +0000
committerStefan Bühler <stbuehler@web.de>2009-04-11 12:48:20 +0000
commit3f53c4512aaa81efae8ddcadaad7fa2171bed254 (patch)
tree33e1675513e11ea199274f46066d8ea446665c09 /src
parentd657558815b0954636263f838374fe2e6ce3c260 (diff)
downloadlighttpd-git-3f53c4512aaa81efae8ddcadaad7fa2171bed254.tar.gz
Fix problem with versionstamp.h; don't rebuild every time
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2470 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 57dce35f..682bde42 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,11 +8,11 @@ lemon_SOURCES=lemon.c
lighttpd_angel_SOURCES=lighttpd-angel.c
-.PHONY: versionstamp.h parsers
+.PHONY: versionstamp parsers
-all: versionstamp.h
+all: versionstamp
-versionstamp.h:
+versionstamp:
@test -f versionstamp.h || touch versionstamp.h; \
REVISION="$$(LANG=C svnversion "$(top_srcdir)" 2>/dev/null || echo exported)"; \
if test $$REVISION = "exported"; then \