You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jf...@apache.org on 2002/09/17 14:54:32 UTC

cvs commit: jakarta-commons-sandbox/daemon/src/native/unix Makedefs.in

jfclere     2002/09/17 05:54:32

  Modified:    daemon/src/native/unix Makedefs.in
  Log:
  Remove the -Wall -Wstrict-prototype that are gnu specfic options.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-commons-sandbox/daemon/src/native/unix/Makedefs.in
  
  Index: Makedefs.in
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/Makedefs.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makedefs.in	18 Feb 2002 21:15:41 -0000	1.1
  +++ Makedefs.in	17 Sep 2002 12:54:31 -0000	1.2
  @@ -66,4 +66,4 @@
   JAVACFLAGS = @JAVACFLAGS@
   
   .c.o:
  -	$(CC) $(CFLAGS) -Wall -Wstrict-prototypes -c $< -o $@
  +	$(CC) $(CFLAGS) -c $< -o $@
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>