You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@locus.apache.org on 2000/05/10 23:20:49 UTC

cvs commit: apache-1.3/src makefile.win

wrowe       00/05/10 14:20:48

  Modified:    src      makefile.win
  Log:
  
    Missed a piece of nonsense.
  
  
  Revision  Changes    Path
  1.2       +1 -1      apache-1.3/src/makefile.win
  
  Index: makefile.win
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/makefile.win,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- makefile.win	2000/05/10 20:41:55	1.1
  +++ makefile.win	2000/05/10 21:20:47	1.2
  @@ -132,5 +132,5 @@
   
   _installdll:
    	cd os\win32\installer\installdll
  -	 $(MAKE) $(MAKEOPT) -f install.makCFG="install - Win32 $(LONG)" 
  +	 $(MAKE) $(MAKEOPT) -f install.mak CFG="install - Win32 $(LONG)" RECURSE=0 $(CTARGET)
   	cd ..\..\..