Makefile.am (libstdc++.INC): Renamed from INCLUDES.
authorAlexandre Oliva <aoliva@redhat.com>
Wed, 16 Aug 2000 18:36:57 +0000 (18:36 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Wed, 16 Aug 2000 18:36:57 +0000 (18:36 +0000)
* src/Makefile.am (libstdc++.INC): Renamed from INCLUDES.
* src/Makefile.in: Regenerate.

From-SVN: r35751

libstdc++-v3/ChangeLog
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in

index 3fe296f5eca986024535b735d79f8cb0555c46ec..6b60a5ae4e0b3bce33fb4ba4b14b21f538124c6a 100644 (file)
@@ -1,3 +1,8 @@
+2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
+
+       * src/Makefile.am (libstdc++.INC): Renamed from INCLUDES.
+       * src/Makefile.in: Regenerate.
+
 2000-08-15  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>
 
        * bits/codecvt.h: New file.
index e1950aa711ebe700d0fe665dfc03322866cabddb..263bcbe2cfc2da23212fbc268f9135a2fd595210 100644 (file)
@@ -21,7 +21,7 @@
 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 ## USA.
 
-## $Id: Makefile.am,v 1.26 2000/08/15 07:42:36 aoliva Exp $
+## $Id: Makefile.am,v 1.27 2000/08/16 04:11:29 bkoz Exp $
 
 AUTOMAKE_OPTIONS = 1.3 gnits
 MAINT_CHARSET = latin1
@@ -314,14 +314,14 @@ wstring-inst.o: string-inst.cc
 wstring-inst.lo: string-inst.cc
        $(LTCXXCOMPILE) -fimplicit-templates -c -DC=wchar_t $< -o $@
 
-all: INCLUDES
-INCLUDES: Makefile
+all: libstdc++.INC
+libstdc++.INC: Makefile
        $(MAKE) \
          top_builddir=`CDPATH=:. && cd $(top_builddir) && pwd` \
          top_srcdir=`CDPATH=:. && cd $(top_srcdir) && pwd` \
-         tmp-INCLUDES
-       -rm -f INCLUDES
-       mv tmp-INCLUDES INCLUDES
+         tmp-$@
+       -rm -f $@
+       mv tmp-$@ $@
 
-tmp-INCLUDES: Makefile
+tmp-libstdc++.INC: Makefile
        echo -I$(top_builddir) $(INCLUDES) > $@
index 216d265a71bac4d9cb563c9cadabc548b032a392..a55cc0c219bc4fcd6a2a2a7b5e16c862611aa094 100644 (file)
@@ -515,16 +515,16 @@ wstring-inst.o: string-inst.cc
 wstring-inst.lo: string-inst.cc
        $(LTCXXCOMPILE) -fimplicit-templates -c -DC=wchar_t $< -o $@
 
-all: INCLUDES
-INCLUDES: Makefile
+all: libstdc++.INC
+libstdc++.INC: Makefile
        $(MAKE) \
          top_builddir=`CDPATH=:. && cd $(top_builddir) && pwd` \
          top_srcdir=`CDPATH=:. && cd $(top_srcdir) && pwd` \
-         tmp-INCLUDES
-       -rm -f INCLUDES
-       mv tmp-INCLUDES INCLUDES
+         tmp-$@
+       -rm -f $@
+       mv tmp-$@ $@
 
-tmp-INCLUDES: Makefile
+tmp-libstdc++.INC: Makefile
        echo -I$(top_builddir) $(INCLUDES) > $@
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.