mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 14:13:31 +00:00
And another (related) typo.
This commit is contained in:
parent
545e9958e0
commit
8741e90268
@ -433,7 +433,7 @@ libwesnoth_a_SOURCES = \
|
||||
|
||||
# Should be touched each time the SVN revision number goes up
|
||||
SVNREV = $(shell svnversion -n $(topdir) 2>/dev/null || unknown)
|
||||
revision-stamp revision_stamp.hpp: FORCE
|
||||
revision_stamp revision_stamp.hpp: FORCE
|
||||
if [ ! -f revision_stamp.hpp -o x"$(SVNREV)" != x`cat revision_stamp 2>/dev/null` ]; then echo -n $(SVNREV) >revision_stamp; echo "#define SVNREV \"$(SVNREV)\"" >revision_stamp.hpp; fi
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user