help-make
[Top][All Lists]
Advanced

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

RE: How do I stop a builtin rule


From: Leeuwesteijn,Joost
Subject: RE: How do I stop a builtin rule
Date: Tue, 30 May 2006 15:13:31 +0200

> I'm dealing with some lex/yacc/flex/bison
> I can run the YACC and get .o output.  I'm expecting the .tab.c.
> Since I'm not doing it must be one of the built in rules.
> How do I stop it?

Check:
- the make command line parameters
- the builtin rules (-p option) and clear the ones you don't want
- the directives (.SUFFIXES, etc) and clean everything you don't want
- the manual ;-)

I also clear all the built-in rules to prevent any unexpected results.

--
Joost Leeuwesteijn




reply via email to

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