Typo fix.
This commit is contained in:
parent
66a696025b
commit
c47b65e397
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ REVISION = $(shell svnversion -n $(topdir) 2>/dev/null)
|
|||
.PRECIOUS: revision.hpp
|
||||
revision.hpp: FORCE
|
||||
echo '#define REVISION "$(REVISION)"' >/tmp/westemp$$$$; \
|
||||
if cmp -s revision.hpp /tmp/westemp$$$$ 2>/dev/null; then :; else cp /tmp/westemp$$ revision.hpp; fi
|
||||
if cmp -s revision.hpp /tmp/westemp$$$$ 2>/dev/null; then :; else cp /tmp/westemp$$$$ revision.hpp; fi
|
||||
|
||||
FORCE:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue