This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Your change in boehm-gc/Makefile.am


Andreas Schwab wrote:

>Your change to boehm-gc/Makefile.am as of 2002-02-12 ("Imported GC 6.1
>Alpha 3.") removed the "SUBDIRS = include" line.  Was that intentional?
>

No, I screwed something up in the merge. I'm checking in this to put it 
back.

thanks,

Bryce.


2002-02-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>

    * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
    * Makefile.in: Rebuilt.

Index: Makefile.am
===================================================================
RCS file: /cvs/gcc/egcs/boehm-gc/Makefile.am,v
retrieving revision 1.31
diff -u -r1.31 Makefile.am
--- Makefile.am 2002/02/13 05:38:39     1.31
+++ Makefile.am 2002/02/20 08:45:21
@@ -6,6 +6,8 @@
 
 AUTOMAKE_OPTIONS = cygnus
 
+SUBDIRS = include
+
 # Multilib support variables.
 MULTISRCTOP =
 MULTIBUILDTOP =


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]