Fix building the versionstamp file

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2522 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
Stefan Bühler 2009-06-10 16:59:01 +00:00
parent bcc65ae59f
commit 01d6ce3fb6
1 changed files with 1 additions and 3 deletions

View File

@ -10,8 +10,6 @@ lighttpd_angel_SOURCES=lighttpd-angel.c
.PHONY: versionstamp parsers
all: versionstamp
versionstamp:
@test -f versionstamp.h || touch versionstamp.h; \
REVISION="$$(LANG=C svnversion "$(top_srcdir)" 2>/dev/null || echo exported)"; \
@ -48,7 +46,7 @@ mod_ssi_exprparser.c: $(srcdir)/mod_ssi_exprparser.y $(srcdir)/lempar.c lemon$(E
parsers: configparser.c mod_ssi_exprparser.c
endif
BUILT_SOURCES = parsers
BUILT_SOURCES = parsers versionstamp
MAINTAINERCLEANFILES = configparser.c configparser.h mod_ssi_exprparser.c mod_ssi_exprparser.h
CLEANFILES = versionstamp.h versionstamp.h.tmp