bug-make
[Top][All Lists]
Advanced

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

RE: Single-suffix rules broken?


From: Martin Dorey
Subject: RE: Single-suffix rules broken?
Date: Mon, 13 Aug 2007 10:48:31 -0700

>   .SUFFIXES = .in

Your makefile works for me (with "make foo", given a foo.in) if I change that 
line to read:

.SUFFIXES: .in

-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf Of Ludovic Courtès
Sent: Sunday, August 12, 2007 00:30
To: address@hidden
Subject: Single-suffix rules broken?

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.



_______________________________________________
Bug-make mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-make




reply via email to

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