You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-commits@quetz.apache.org by gr...@apache.org on 2002/10/23 20:40:42 UTC

cvs commit: httpd-python/src Makefile.in

grisha      2002/10/23 11:40:41

  Modified:    src      Makefile.in
  Log:
  This fixes _epintf and _floatidf issues on solaris
  
  Revision  Changes    Path
  1.21      +1 -1      httpd-python/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/httpd-python/src/Makefile.in,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- Makefile.in	15 Oct 2002 15:47:31 -0000	1.20
  +++ Makefile.in	23 Oct 2002 18:40:41 -0000	1.21
  @@ -75,7 +75,7 @@
   dso:	mod_python.so
   	@echo dso > .install
   
  -mod_python.so: $(SRCS) 
  +mod_python.so: $(SRCS) @EPRINTF_HACK@ @FLOATDIDF_HACK@
   	@echo
   	@echo 'Compiling for DSO. For static, do "make static"'
   	@echo