automake
[Top][All Lists]
Advanced

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

Re: Cannot add a new file extension


From: Alexandre Duret-Lutz
Subject: Re: Cannot add a new file extension
Date: Thu, 1 Nov 2001 21:00:46 +0100

On Thu, Oct 25, 2001 at 12:16:51PM +0930, Dmitry Mikhin wrote:
[...]
> Can't call method "target_hook" on an undefined value at
> /usr/local/bin/automake line 1943.
[...]
> ******** Makefile.am **************
> # new suffix
> SUFFIXES = .k

(This is superfluous, Automake will infer it from the .k.o rule below)

[...]
> # compilation of *.k
> .k.o:
>  $(KC) -c $(KFLAGS) $<
[...]

Attachment: suffix4.patch
Description: Text document


reply via email to

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