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)
  
  
  

Reply via email to