jim         97/10/24 12:30:24

  Modified:    src/helpers TestCompile
  Log:
  Submitted by: Rasmus Lerdorf
  Reviewed by:  Jim, Dean, Martin
  Have TestCompile "run" in the main ./src directory
  
  Revision  Changes    Path
  1.8       +2 -2      apachen/src/helpers/TestCompile
  
  Index: TestCompile
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/helpers/TestCompile,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- TestCompile       1997/10/15 20:32:02     1.7
  +++ TestCompile       1997/10/24 19:30:23     1.8
  @@ -102,10 +102,10 @@
   LDFLAGS=\$(LDFLAGS1) \$(EXTRA_LDFLAGS)
   
   dummy:
  -     \$(CC) \$(CFLAGS) \$(INCLUDES) \$(LDFLAGS) dummy.c -o dummy $TLIB 
\$(LIBS)
  +     cd ..; \$(CC) \$(CFLAGS) \$(INCLUDES) \$(LDFLAGS) helpers/dummy.c -o 
helpers/dummy $TLIB \$(LIBS)
   
   testfunc:
  -     \$(CC) \$(CFLAGS) \$(INCLUDES) \$(LDFLAGS) testfunc.c -o testfunc 
\$(LIBS)
  +     cd ..; \$(CC) \$(CFLAGS) \$(INCLUDES) \$(LDFLAGS) helpers/testfunc.c -o 
helpers/testfunc \$(LIBS)
   EOF
   
   # Now run that Makefile
  
  
  

Reply via email to