Ok, here is the rule based makefile...
-----Original Message-----
From: [EMAIL PROTECTED]
To: Gibbs Tanton - tgibbs
Cc: '[EMAIL PROTECTED] '
Sent: 9/16/2001 2:49 PM
Subject: Re: [PATCH]Makefile.in
This should be done with an implicit rule or a pattern rule.
By putting all the explicit lines in, it'll be harder to
change later, and errors can crop up.
The makefile needs a cleanup - we're not making good use of
any of the 'features' of make.
Are we allowed to use gnu makeisms?
-R (holding off on a patch until the current batch of Make
patches settle.)
On Sun, Sep 16, 2001 at 11:20:10AM -0500, Gibbs Tanton - tgibbs wrote:
| Brent,
|
| This patch allows the Makefile to work for me...if the
| $(CC) -o $*$(O) -c $*.c
| line is not below each .c file cygwin's make does not do the right
thing and
| does not make properly. This patch adds those lines. If you have a
better
| way to do it, I would be glad to implement that instead.
patch.dat