Changeset 441


Ignore:
Timestamp:
06/11/2009 22:53:24 (15 months ago)
Author:
douglas
Message:

Workaround strange behavior on Windows XP x64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • finger/GNUmakefile

    r422 r441  
    66# $Id$ 
    77 
    8 RM_F := del /F /A 
    9 RM_RF := rmdir /Q /S 
     8RM_F := cmd.exe /C del /F /A 
     9RM_RF := cmd.exe /C rmdir /Q /S 
    1010TEST := C:\cygwin\bin\test.exe 
    1111 
Note: See TracChangeset for help on using the changeset viewer.