David Hampton's make distcheck patch.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6749 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2002-02-28 08:31:32 +00:00
parent a2f360a38b
commit 8e51e62781
77 changed files with 625 additions and 227 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ all-local: gnucash.spec
## the sed substitutions. *sigh*
gnucash.spec: gnucash.spec.in Makefile
rm -f $@.tmp
sed < $@.in > $@.tmp \
sed < $< > $@.tmp \
-e 's:@-VERSION-@:${VERSION}:'
mv $@.tmp $@