You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2003/08/11 20:19:38 UTC

cvs commit: apr/test Makefile.in

trawick     2003/08/11 11:19:38

  Modified:    test     Makefile.in
  Log:
  axe a mysterious rbb line that ignored user-specified CFLAGS when
  building the test programs
  
  Revision  Changes    Path
  1.141     +0 -2      apr/test/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/test/Makefile.in,v
  retrieving revision 1.140
  retrieving revision 1.141
  diff -u -r1.140 -r1.141
  --- Makefile.in	2 Jul 2003 12:12:28 -0000	1.140
  +++ Makefile.in	11 Aug 2003 18:19:38 -0000	1.141
  @@ -42,8 +42,6 @@
   INCDIR=../include
   INCLUDES=-I$(INCDIR)
   
  -CFLAGS=$(MY_CFLAGS)
  -
   check: $(STDTEST_PORTABLE) $(STDTEST_NONPORTABLE)
   	for prog in $(STDTEST_PORTABLE) $(STDTEST_NONPORTABLE); do \
   		./$$prog; \