[CONFIGURATION]

* BUG: Forgot to make the 'trunk_version.h' rule phony.


git-svn-id: svn://localhost/gambas/trunk@5677 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2013-05-25 13:30:06 +00:00
parent 26a85ce106
commit 47d9021e13

View file

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