From: Jochen Eisinger Date: Mon, 5 Mar 2007 22:28:17 +0000 (+0000) Subject: Mon Mar 5 23:27:32 CET 2007 Jochen Eisinger X-Git-Tag: silc.client.1.0.4~2 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=45d30d3d2a8ced8d20a0c79d52e6ce1fed71cc2e;hp=035e8257d6db60d093bf3c0c77855486b940ddee;p=silc.git Mon Mar 5 23:27:32 CET 2007 Jochen Eisinger * Update patch to makefile from trunk so parallel make will link the silc-client correctly. Affected file lib/Makefile.ad --- diff --git a/CHANGES b/CHANGES index 2a761443..2faa7f92 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +Mon Mar 5 23:27:32 CET 2007 Jochen Eisinger + + * Update patch to makefile from trunk so parallel make will link + the silc-client correctly. Affected file lib/Makefile.ad + Sun Nov 19 18:58:26 CET 2006 Jochen Eisinger * Import perl script for sign_messages from silc-plugin. Affected diff --git a/lib/Makefile.ad b/lib/Makefile.ad index 4e1d1ca1..71dc3b1a 100644 --- a/lib/Makefile.ad +++ b/lib/Makefile.ad @@ -51,7 +51,8 @@ remove: -rm -f libsilc.a -rm -f libsilcclient.a -all: remove $(SILCLIB) $(SILCCLIENTLIB) +all: + $(MAKE) remove $(SILCLIB) $(SILCSERVERLIB) $(SILCCLIENTLIB) #ifdef SILC_DIST_TOOLKIT install-exec-hook: