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/03/09 17:14:42 UTC

cvs commit: jakarta-commons-sandbox/daemon/src/native/nt/service Makefile

jfclere     02/03/09 08:14:42

  Modified:    daemon/src/native/nt/service Makefile
  Log:
  Put the result in the dist directory.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-commons-sandbox/daemon/src/native/nt/service/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/daemon/src/native/nt/service/Makefile,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile	18 Feb 2002 21:15:40 -0000	1.1
  +++ Makefile	9 Mar 2002 16:14:42 -0000	1.2
  @@ -1,3 +1,3 @@
   INCLUDE=-I../lib
  -../bin/INSTSVC: instmain.cpp
  -	g++ $(INCLUDE) instmain.cpp   -o ../bin/INSTSVC
  +../../../../dist/INSTSVC: instmain.cpp
  +	g++ $(INCLUDE) instmain.cpp   -o ../../../../dist/INSTSVC
  
  
  

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