[v3] remove libstdc++.INC

Benjamin Kosnik bkoz@redhat.com
Sun May 13 18:36:00 GMT 2001


Ok to remove this? It's no longer used by libjava, is standing in the
way of libstdc++-v3 in-source builds, and the same information can be
found by invoking `testsuite_flags --build-includes`, which is what the
g++ test harness does.

tested x86/linux

-benjamin


2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>

	* src/Makefile.am (libstdc++.INC): Remove.
	* src/Makefile.in: Regenerate.

Index: src/Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/src/Makefile.am,v
retrieving revision 1.84
diff -c -p -r1.84 Makefile.am
*** Makefile.am	2001/04/18 01:06:04	1.84
--- Makefile.am	2001/05/14 01:35:02
*************** myinstallheaders: 
*** 282,301 ****
  	fi;
  
  
- # Alexandre put this in here for some libtool-related reason.
- all: libstdc++.INC
- libstdc++.INC: Makefile
- 	$(MAKE) \
- 	top_builddir=`CDPATH=:. && cd $(top_builddir) && pwd` \
- 	top_srcdir=`CDPATH=:. && cd $(top_srcdir) && pwd` \
- 	tmp-$@
- 	-rm -f $@
- 	mv tmp-$@ $@
- 
- tmp-libstdc++.INC: Makefile
- 	echo $(INCLUDES) > $@
- 
- 
  # AM_CXXFLAGS needs to be in each subdirectory so that it can be
  # modified in a per-library or per-sub-library way.  Need to manually
  # set this option because CONFIG_CXXFLAGS has to be after
--- 282,287 ----



More information about the Gcc-patches mailing list