Re: OBJECTS.patch (Was: 33-simplify-contents-traces.patch)

2001-05-08 Thread Tom Tromey
Akim> * automake.in (@objects): Remove, unused. Akim> Remove all the code related to it, and to former `$(OBJECTS)'. Ok, thanks. Tom

OBJECTS.patch (Was: 33-simplify-contents-traces.patch)

2001-05-08 Thread Akim Demaille
> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes: Tom> FYI: We currently use $(SOURCES) for tags (btw tag generation is Tom> an ugly bit of code...), but I don't think we use $(OBJECTS) at Tom> all. We should simply remove it. Index: ChangeLog from Akim Demaille <[EMAIL PROTECTED]>

Re: 33-simplify-contents-traces.patch

2001-04-09 Thread Akim Demaille
> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes: > "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: Akim> * automake.in (&generate_makefile) Use variable_define to define Akim> SOURCES and OBJECTS. (&variable_defined): Don't check for Akim> $conditional{VAR}{COND} as this would make

Re: 33-simplify-contents-traces.patch

2001-04-07 Thread Tom Tromey
> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: Akim> * automake.in (&generate_makefile) Use variable_define to define Akim> SOURCES and OBJECTS. Akim> (&variable_defined): Don't check for $conditional{VAR}{COND} as Akim> this would make perl create $condition{VAR}, which we don

33-simplify-contents-traces.patch

2001-03-11 Thread Akim Demaille
Index: ChangeLog from Akim Demaille <[EMAIL PROTECTED]> * automake.in (&generate_makefile) Use variable_define to define SOURCES and OBJECTS. (&variable_defined): Don't check for $conditional{VAR}{COND} as this would make perl create $condition{VAR}, which we don'