bug-make
[Top][All Lists]
Advanced

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

Single-suffix rules broken?


From: Ludovic Courtès
Subject: Single-suffix rules broken?
Date: Sun, 12 Aug 2007 16:06:30 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Hi,

I'm trying to use the following single-suffix rule:

  .SUFFIXES = .in

  .in:
          echo dot-in

My understanding is that the rule should be triggered whenever there
exists a file whose name is equal to the target name plus the `.in'
suffix.  For instance, "make foo" should trigger the rule when `foo.in'
exists.  However, that does not happen.

Am I missing something or are single-suffix rules somehow broken?

Thanks,
Ludovic.




reply via email to

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