You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@hyperreal.org on 1997/10/15 22:32:03 UTC

cvs commit: apachen/src/helpers TestCompile

jim         97/10/15 13:32:03

  Modified:    src/helpers TestCompile
  Log:
  Pass  to the TestCompile helper
  
  Revision  Changes    Path
  1.7       +1 -1      apachen/src/helpers/TestCompile
  
  Index: TestCompile
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/helpers/TestCompile,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- TestCompile	1997/08/26 00:13:48	1.6
  +++ TestCompile	1997/10/15 20:32:02	1.7
  @@ -102,7 +102,7 @@
   LDFLAGS=\$(LDFLAGS1) \$(EXTRA_LDFLAGS)
   
   dummy:
  -	\$(CC) \$(CFLAGS) \$(INCLUDES) \$(LDFLAGS) dummy.c -o dummy $TLIB
  +	\$(CC) \$(CFLAGS) \$(INCLUDES) \$(LDFLAGS) dummy.c -o dummy $TLIB \$(LIBS)
   
   testfunc:
   	\$(CC) \$(CFLAGS) \$(INCLUDES) \$(LDFLAGS) testfunc.c -o testfunc \$(LIBS)