Your change in boehm-gc/Makefile.am
Bryce McKinlay
bryce@waitaki.otago.ac.nz
Wed Feb 20 00:48:00 GMT 2002
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 =
More information about the Gcc
mailing list