From 47d9021e139fe0dbe534c295583f04b49f80b2cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Sat, 25 May 2013 13:30:06 +0000 Subject: [PATCH] [CONFIGURATION] * BUG: Forgot to make the 'trunk_version.h' rule phony. git-svn-id: svn://localhost/gambas/trunk@5677 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- main/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/main/Makefile.am b/main/Makefile.am index ea2d8a5e0..460bbffd6 100644 --- a/main/Makefile.am +++ b/main/Makefile.am @@ -4,6 +4,7 @@ EXTRA_DIST = TODO reconf spec README mime BUILT_SOURCES = trunk_version.h CLEANFILES = trunk_version.h +.PHONY: trunk_version.h trunk_version.h: @if test -d ../.svn ; then \ if test ../.svn -nt trunk_version.h ; then \