Mon Mar 5 23:27:32 CET 2007 Jochen Eisinger <coffee@silcnet.org>
authorJochen Eisinger <coffee@silcnet.org>
Mon, 5 Mar 2007 22:28:17 +0000 (22:28 +0000)
committerJochen Eisinger <coffee@silcnet.org>
Mon, 5 Mar 2007 22:28:17 +0000 (22:28 +0000)
* Update patch to makefile from trunk so parallel make will link
  the silc-client correctly.  Affected file lib/Makefile.ad

CHANGES
lib/Makefile.ad

diff --git a/CHANGES b/CHANGES
index 2a761443f91b13a4de6430def11997f12e4f644d..2faa7f928665b3c12131d018632b208155d6a1fe 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+Mon Mar  5 23:27:32 CET 2007  Jochen Eisinger <coffee@silcnet.org>
+
+       * 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 <coffee@silcnet.org>
 
        * Import perl script for sign_messages from silc-plugin.  Affected
index 4e1d1ca1d7112ee57dea2a52f4d6e652a89c0be7..71dc3b1a23c573ef565867ccd69c1d138cc81d0a 100644 (file)
@@ -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: