make-w32
[Top][All Lists]
Advanced

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

Re:


From: Paul D. Smith
Subject: Re:
Date: Thu, 6 Mar 2003 08:41:29 -0500

Adding this line:

  .SUFFIXES:

to your makefile will turn off all the suffix rules (most of them).  The
only way to disable the pattern rules is by listing them with no
commands (see the GNU make manual).

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

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