Makefile.am (libstdc++.INC): Renamed from INCLUDES.

* src/Makefile.am (libstdc++.INC): Renamed from INCLUDES.
* src/Makefile.in: Regenerate.

From-SVN: r35751
This commit is contained in:
Alexandre Oliva 2000-08-16 18:36:57 +00:00 committed by Alexandre Oliva
parent c9635443f8
commit 7d7aced288
3 changed files with 18 additions and 13 deletions

View 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.

View 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) > $@

View 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.