update dev300-m57
[ooovba.git] / dmake / mac / rmprq.c
blob26814a780d2aaa2e6555605fe2bb8a64b2a470af
1 /* RCS $Id: rmprq.c,v 1.1.1.1 2000-09-22 15:33:27 hr Exp $
2 --
3 -- SYNOPSIS
4 -- Remove prerequisites code.
5 --
6 -- DESCRIPTION
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.
10 --
11 -- AUTHOR
12 -- Dennis Vadura, dvadura@dmake.wticorp.com
14 -- WWW
15 -- http://dmake.wticorp.com/
17 -- COPYRIGHT
18 -- Copyright (c) 1996,1997 by WTI Corp. All rights reserved.
19 --
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.
24 -- LOG
25 -- Use cvs log to obtain detailed change logs.
28 #include "extern.h"
30 PUBLIC void
31 Remove_prq( tcp )
32 CELLPTR tcp;
34 tcp->ce_flag &= ~(F_MADE|F_VISITED);
35 tcp->ce_time = 0L;
37 Make( tcp, tcp );