You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by be...@apache.org on 2002/03/02 18:46:23 UTC

cvs commit: apache-1.3/src/support Makefile.tmpl

ben         02/03/02 09:46:23

  Modified:    src/support Makefile.tmpl
  Log:
  apxs depends on the Makefile.
  
  Revision  Changes    Path
  1.34      +1 -1      apache-1.3/src/support/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/support/Makefile.tmpl,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- Makefile.tmpl	26 Oct 2001 18:05:26 -0000	1.33
  +++ Makefile.tmpl	2 Mar 2002 17:46:23 -0000	1.34
  @@ -39,7 +39,7 @@
   checkgid: checkgid.o
   	$(CC) $(CFLAGS) -o checkgid $(LDFLAGS) checkgid.o $(LIBS)
   
  -apxs: apxs.pl
  +apxs: apxs.pl Makefile
   	sed <apxs.pl >apxs \
   	    -e 's%@TARGET@%$(TARGET)%g' \
   	    -e 's%@CC@%$(CC)%g' \