And another (related) typo.

This commit is contained in:
Eric S. Raymond 2008-01-26 18:42:21 +00:00
parent 545e9958e0
commit 8741e90268

View File

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