You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by bl...@apache.org on 2005/05/14 07:08:34 UTC

cvs commit: xml-security/c/src Makefile.in

blautenb    2005/05/13 22:08:34

  Modified:    c/src    Makefile.in
  Log:
  Fix for Bugzilla 28519 - make -j3 fails due to broken dependencies
  
  Revision  Changes    Path
  1.12      +2 -2      xml-security/c/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/Makefile.in,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Makefile.in	3 Feb 2005 10:08:51 -0000	1.11
  +++ Makefile.in	14 May 2005 05:08:34 -0000	1.12
  @@ -169,10 +169,10 @@
   	$(MAKE) -C ${XENC_DIR} includes
   	$(MAKE) -C ${XKMS_DIR} includes
   
  -alltools:
  +alltools: lib
   	$(MAKE) -C ${TOOLS_DIR} alltools
   
  -allsamples:
  +allsamples: lib
   	$(MAKE) -C ${SAMPLES_DIR} allsamples