This fix looks correct. Thanks for the patch.
--
---
Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at:
http://www.gnu.org http://make.paulandlesley.org
"Please remain calm...I
%% [EMAIL PROTECTED] writes:
jp> Why is a % put in front of any shell derective like the following?
jp> In terms of your on-line guideline for makefile, % should not
jp> occur this way. Any advice on this?
jp> %ifdef VERBOSEFLAG
jp> .DEBUG_PRINT
jp> .DEBUG_RUN
jp> %
Sir:
Why is a % put in front of any shell derective like the following? In terms
of your on-line guideline for makefile, % should not occur this way.
Any advice on this?
%ifdef VERBOSEFLAG
.DEBUG_PRINT
.DEBUG_RUN
% echo Windows: $(OS) Version: $(OSVERSION) Release: $(OSRELEASE)
%
Here's a suggested patch for a problem that I reported earlier.
I'll append a copy of the original bug report, below.
2004-04-21 Bob Byrnes <[EMAIL PROTECTED]>
* main.c (main): Notice failures to remake makefiles.
--- main.c.orig 2004-04-13 16:07:17.0 -0400
+++ main.c 2004