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:
parent
75d2269821
commit
f4e1d106c2
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue