mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix typo in makefile
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12160 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
ea32fd81cc
commit
42aba7cc0e
@ -274,7 +274,7 @@ _gnc-svninfo.h:
|
||||
echo "can't determine svn revision from $$s." ; \
|
||||
exit 1 ; \
|
||||
fi ; \
|
||||
echo "/* Autogenerated. Do not change. */" > _gnc_svninfo.h ; \
|
||||
echo "/* Autogenerated. Do not change. */" > _gnc-svninfo.h ; \
|
||||
echo "#define GNUCASH_SVN_REV \"$$svninfo\"" >> _gnc-svninfo.h ; \
|
||||
else \
|
||||
cp $(srcdir)/gnc-svninfo.h _gnc-svninfo.h ; \
|
||||
|
Loading…
Reference in New Issue
Block a user