[Gpg4win-commits] r278 - in trunk: . src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sat Apr 22 16:43:51 CEST 2006


Author: marcus
Date: 2006-04-22 16:43:50 +0200 (Sat, 22 Apr 2006)
New Revision: 278

Modified:
   trunk/ChangeLog
   trunk/src/gpg4win.mk.in
Log:
2006-04-22  Marcus Brinkmann  <marcus at g10code.de>

	* src/gpg4win.mk (stamps/stamp-final-$(1)): Depend on
	stamps/stamp-directories.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-04-22 14:38:57 UTC (rev 277)
+++ trunk/ChangeLog	2006-04-22 14:43:50 UTC (rev 278)
@@ -1,5 +1,8 @@
 2006-04-22  Marcus Brinkmann  <marcus at g10code.de>
 
+	* src/gpg4win.mk (stamps/stamp-final-$(1)): Depend on
+	stamps/stamp-directories.
+
 	* src/installer.nsi (T_InstOptLabelB): New string.
 	(CustomPageOptions): Install new string.
 	* src/installer-options.ini.in (Field 5): Add new field.

Modified: trunk/src/gpg4win.mk.in
===================================================================
--- trunk/src/gpg4win.mk.in	2006-04-22 14:38:57 UTC (rev 277)
+++ trunk/src/gpg4win.mk.in	2006-04-22 14:43:50 UTC (rev 278)
@@ -243,7 +243,7 @@
 
 define IPKG_template
 
-stamps/stamp-final-$(1):
+stamps/stamp-final-$(1): stamps/stamp-directories 
 	touch stamps/stamp-final-$(1)
 endef
 



More information about the Gpg4win-commits mailing list