[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:
parent
26a85ce106
commit
47d9021e13
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue