[Gpg4win-commits] r1191 - trunk/src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Sat Jun 20 00:56:41 CEST 2009
Author: marcus
Date: 2009-06-20 00:56:41 +0200 (Sat, 20 Jun 2009)
New Revision: 1191
Modified:
trunk/src/Makefile.am
Log:
Fix last change.
2009-06-20 Marcus Brinkmann <marcus at g10code.com>
* m4/gpg4win.m4 (GPG4WIN_IPKG, GPG4WIN_SPKG, GPG4WIN_BPKG,
GPG4WIN_MPKG): Define new substitution variables
gpg4win_pkg_PKGNAME_deps, to transfer the knowledge of the
dependency tree to the Makefiles.
* src/gpg4win.mk.in (SPKG_template, BPKG_template): Wrap it in a
test for package name being NO.
(pkg_files): New variable, listing all package files.
(VERSIONINFO_macro): Removed.
(GETDEPS): New macro.
* src/Makefile.am (versioninfo.txt): Use pkg_files to create versioninfo.txt.
Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am 2009-06-19 22:53:27 UTC (rev 1190)
+++ trunk/src/Makefile.am 2009-06-19 22:56:41 UTC (rev 1191)
@@ -454,7 +454,7 @@
endef
versioninfo.txt:
- $(SHA1SUM) $(pkg_files) >> versioninfo.txt
+ $(SHA1SUM) $(pkg_files) > versioninfo.txt
NEWS.tmp : $(top_srcdir)/NEWS
sed -e '/^#/d' <$(top_srcdir)/NEWS >NEWS.tmp
More information about the Gpg4win-commits
mailing list