help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: unwanted prerequisities


From: Jonathan Baccash
Subject: Re: unwanted prerequisities
Date: Tue, 25 Oct 2005 16:43:21 -0700

This is related to the help-make thread from July 2001.  I am having
difficulty getting rid of the implicit rule to make .c files from .w
files.  This is my makefile:

.SUFFIXES:
% :: %,v
% :: RCS/%,v
% :: RCS/%
% :: s.%
% :: SCCS/s.%
%.c : %.w %.ch

foo.c:

In the output of make -d, I still see:

  Trying implicit prerequisite `foo.w'.

I also tried %.c: %.w in addition to the above.  How can I get rid of
this one?  Is there some way I can just clear everything?  I don't
want any implicit rules and I want to start from scratch.  Thanks,

Jon.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]