From f4e1d106c2ad8f6a63478ce01c9974192426b5cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Sat, 11 Apr 2009 12:48:20 +0000 Subject: [PATCH] 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 --- src/Makefile.am | 6 +++--- 1 file 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 \