2007-07-12 Marcus Brinkmann <marcus@g10code.de>

* Makefile.am: Replace implicite rule by suffix rule.  Add
	SUFFIXES for that.
This commit is contained in:
Marcus Brinkmann 2007-07-12 18:31:22 +00:00
parent 1ef14744a2
commit f401a75a5f
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-07-12 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am: Replace implicite rule by suffix rule. Add
SUFFIXES for that.
2007-07-12 Werner Koch <wk@g10code.com>
* version.c (do_subsystem_inits) [W32]: Make sure that the socket

View File

@ -1,4 +1,4 @@
# Copyright (C) 2000 Werner Koch (dd9jn)
# Copyright (C) 2000 Werner Koch (dd9jn)
# Copyright (C) 2001, 2002, 2003, 2004, 2005 g10 Code GmbH
#
# This file is part of GPGME.
@ -118,7 +118,9 @@ LTRCCOMPILE = $(LIBTOOL) --mode=compile $(RC) \
`echo $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | \
sed -e 's/-I/--include-dir /g;s/-D/--define /g'`
%.lo : %.rc
.SUFFIXES: .rc .lo
.rc.lo:
$(LTRCCOMPILE) -i $< -o $@
gpgme_res = versioninfo.lo