jerenkrantz    2002/07/20 00:52:55

  Modified:    .        Makefile.in
  Log:
  Enforce touching of the generated TARGET_LIB.
  
  Revision  Changes    Path
  1.71      +1 -1      apr-util/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr-util/Makefile.in,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- Makefile.in       20 Jul 2002 07:48:59 -0000      1.70
  +++ Makefile.in       20 Jul 2002 07:52:54 -0000      1.71
  @@ -77,7 +77,7 @@
        @objects="`find $(SUBDIRS) -name expat -prune -o -name '[EMAIL 
PROTECTED]@' -prune -o -name '[EMAIL PROTECTED]@' -print`"; \
            tmpcmd="$(LINK) @lib_target@ @EXTRA_OS_LINK@"; \
            echo $$tmpcmd; \
  -         $$tmpcmd
  +         $$tmpcmd && touch $@
   
   delete-exports:
        @if test -f aprutil.exp; then \
  
  
  

Reply via email to