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:
parent
1ef14744a2
commit
f401a75a5f
@ -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>
|
2007-07-12 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* version.c (do_subsystem_inits) [W32]: Make sure that the socket
|
* version.c (do_subsystem_inits) [W32]: Make sure that the socket
|
||||||
|
@ -118,7 +118,9 @@ LTRCCOMPILE = $(LIBTOOL) --mode=compile $(RC) \
|
|||||||
`echo $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | \
|
`echo $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | \
|
||||||
sed -e 's/-I/--include-dir /g;s/-D/--define /g'`
|
sed -e 's/-I/--include-dir /g;s/-D/--define /g'`
|
||||||
|
|
||||||
%.lo : %.rc
|
.SUFFIXES: .rc .lo
|
||||||
|
|
||||||
|
.rc.lo:
|
||||||
$(LTRCCOMPILE) -i $< -o $@
|
$(LTRCCOMPILE) -i $< -o $@
|
||||||
|
|
||||||
gpgme_res = versioninfo.lo
|
gpgme_res = versioninfo.lo
|
||||||
|
Loading…
Reference in New Issue
Block a user