Fix problem with versionstamp.h; don't rebuild every time

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2470 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
Stefan Bühler 2009-04-11 12:48:20 +00:00
parent 75d2269821
commit f4e1d106c2
1 changed files with 3 additions and 3 deletions

View File

@ -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 \