octave-maintainers
[Top][All Lists]
Advanced

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

{Changeset]: Re: Compilation problem in libcruft/misc: smachar.c does no


From: David Bateman
Subject: {Changeset]: Re: Compilation problem in libcruft/misc: smachar.c does not exist
Date: Thu, 12 Jun 2008 17:03:17 +0200
User-agent: Thunderbird 2.0.0.12 (X11/20080306)

Michael Goffioul wrote:
> On Thu, Jun 12, 2008 at 4:38 PM, David Bateman
> <address@hidden> wrote:
>   
>>> then perhaps CEXTRA should be omitted in the line
>>>
>>> MAKEDEPS := $(patsubst %.c, %.d, $(CSRC) $(CEXTRA)) $(patsubst %.cc,
>>> %.d, $(CXXSRC))
>>>
>>> because it includes smachar.d?
>>>
>>>
>>>
>>>       
>> Yes that makes sense... Michael does that work for you?
>>     
>
> Yes.
>
> Michael.
>
>   
Ok then here it is as a changeset, attributed to Jaroslav.

D.

-- 
David Bateman                                address@hidden
Motorola Labs - Paris                        +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 6 72 01 06 33 (Mob) 
91193 Gif-Sur-Yvette FRANCE                  +33 1 69 35 77 01 (Fax) 

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary

# HG changeset patch
# User Jaroslav Hajek <address@hidden>
# Date 1213282973 -7200
# Node ID 7a7247ccd9626bc0bc5f8f5d7041063442f04cb0
# Parent  b59d052db7cdcabaa6382aa5aa9d118b890e6e44
Remove CEXTRA from MAKEDEPS

diff --git a/libcruft/ChangeLog b/libcruft/ChangeLog
--- a/libcruft/ChangeLog
+++ b/libcruft/ChangeLog
@@ -1,3 +1,7 @@ 2008-06-04  Michael Goffioul  <michael.g
+2008-06-12  Jaroslav Hajek <address@hidden>
+
+       * misc/Makefile.in (MAKEDEPS): Remove CEXTRA.
+
 2008-06-04  Michael Goffioul  <address@hidden>
 
        * misc/oct-dlldefs.h (OCTGRAPHICS_API): New macro for import/export
diff --git a/libcruft/misc/Makefile.in b/libcruft/misc/Makefile.in
--- a/libcruft/misc/Makefile.in
+++ b/libcruft/misc/Makefile.in
@@ -35,7 +35,7 @@ CXXSRC = f77-extern.cc quit.cc
 
 CEXTRA = smachar.c
 
-MAKEDEPS := $(patsubst %.c, %.d, $(CSRC) $(CEXTRA)) $(patsubst %.cc, %.d, 
$(CXXSRC))
+MAKEDEPS := $(patsubst %.c, %.d, $(CSRC)) $(patsubst %.cc, %.d, $(CXXSRC))
 
 INCLUDES := f77-fcn.h lo-error.h oct-dlldefs.h quit.h
 

reply via email to

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