You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/12/19 18:52:41 UTC

cvs commit: httpd-2.0/server Makefile.in

rbb         00/12/19 09:52:41

  Modified:    server   Makefile.in
  Log:
  Correct a mistake in the delete-exports target
  
  Revision  Changes    Path
  1.28      +1 -1      httpd-2.0/server/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/Makefile.in,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- Makefile.in	2000/12/19 17:05:15	1.27
  +++ Makefile.in	2000/12/19 17:52:40	1.28
  @@ -36,7 +36,7 @@
   
   delete-exports:
   	@if test -f $(TARGET_EXPORTS); then \
  -		    headers="`find include/*.h -newer $(TARGET_EXPORTS)`" ; \
  +		    headers="`find ../include/*.h -newer $(TARGET_EXPORTS)`" ; \
   		    if test -n "$$headers"; then \
   		        echo Found newer headers. Will rebuild $(TARGET_EXPORTS). ; \
   		        echo $(RM) -f $(TARGET_EXPORTS) ; \