[svn] gpg-error - r199 - in trunk: . src
svn author marcus
cvs at cvs.gnupg.org
Thu Sep 27 16:00:34 CEST 2007
Author: marcus
Date: 2007-09-27 16:00:25 +0200 (Thu, 27 Sep 2007)
New Revision: 199
Modified:
trunk/ChangeLog
trunk/src/Makefile.am
Log:
2007-09-27 Marcus Brinkmann <marcus at g10code.de>
* src/Makefile.am (%.o): Replace pattern rule with suffix rule.
(SUFFIXES): New variable.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-09-27 05:17:43 UTC (rev 198)
+++ trunk/ChangeLog 2007-09-27 14:00:25 UTC (rev 199)
@@ -1,3 +1,8 @@
+2007-09-27 Marcus Brinkmann <marcus at g10code.de>
+
+ * src/Makefile.am (%.o): Replace pattern rule with suffix rule.
+ (SUFFIXES): New variable.
+
2007-09-27 Werner Koch <wk at g10code.com>
* src/err-sources.h.in (GPG_ERR_SOURCE_GPA): New.
Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am 2007-09-27 05:17:43 UTC (rev 198)
+++ trunk/src/Makefile.am 2007-09-27 14:00:25 UTC (rev 199)
@@ -54,7 +54,9 @@
`echo $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | \
sed -e 's/-I/--include-dir /g;s/-D/--define /g'`
-%.o : %.rc
+SUFFIXES = rc
+
+.rc.o:
$(LTRCCOMPILE) -i $< -o $@
gpg_error_res = versioninfo.o
More information about the Gnupg-commits
mailing list