1 /* RCS $Id: rmprq.c,v 1.1.1.1 2000-09-22 15:33:27 hr Exp $
4 -- Remove prerequisites code.
7 -- This code is different for The Mac and for UNIX and parallel make
8 -- architectures since the parallel case requires the rm's to be
9 -- run in parallel, whereas The Mac guarantees to run them sequentially.
12 -- Dennis Vadura, dvadura@dmake.wticorp.com
15 -- http://dmake.wticorp.com/
18 -- Copyright (c) 1996,1997 by WTI Corp. All rights reserved.
20 -- This program is NOT free software; you can redistribute it and/or
21 -- modify it under the terms of the Software License Agreement Provided
22 -- in the file <distribution-root>/readme/license.txt.
25 -- Use cvs log to obtain detailed change logs.
34 tcp
->ce_flag
&= ~(F_MADE
|F_VISITED
);