X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libstdc%2B%2B-v3%2FMakefile.am;h=c7a22aaa33c7e5861e3c74c077d30772666829f8;hb=237d3fc82d796bc6591eddb0ec9c9457f6aad0b8;hp=7c8f9c2df1de0a6de52daa371e0a2e7509a0e62d;hpb=6bc9506f51c864af73250f5e6c99da261bd98b11;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libstdc++-v3/Makefile.am b/libstdc++-v3/Makefile.am index 7c8f9c2df1d..c7a22aaa33c 100644 --- a/libstdc++-v3/Makefile.am +++ b/libstdc++-v3/Makefile.am @@ -27,7 +27,8 @@ if GLIBCXX_HOSTED hosted_source = doc src po testsuite endif ## Keep this list sync'd with acinclude.m4:GLIBCXX_CONFIGURE. -SUBDIRS = include libsupc++ $(hosted_source) +## Note that python must come after src. +SUBDIRS = include libsupc++ $(hosted_source) python ACLOCAL_AMFLAGS = -I . -I .. -I ../config @@ -88,7 +89,3 @@ AM_MAKEFLAGS = \ # Subdir rules rely on $(FLAGS_TO_PASS) FLAGS_TO_PASS = $(AM_MAKEFLAGS) - -.PHONY: install-html install-pdf -install-html: -install-pdf: