From: Manfred Hollstein Date: Sat, 16 Oct 1999 15:52:04 +0000 (+0000) Subject: Makefile.in (LANGUAGES): Omit "proto". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=28fe2fb748d79a770f9349f35370ffe5627b4601;p=gcc.git Makefile.in (LANGUAGES): Omit "proto". * Makefile.in (LANGUAGES): Omit "proto". (clean): Remove stale comment about removing unprotoize.c. From-SVN: r30044 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 553d6b32368..7774d790acf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +1999-10-16 Manfred Hollstein + + * Makefile.in (LANGUAGES): Omit "proto". + (clean): Remove stale comment about removing unprotoize.c. + Sat Oct 16 11:29:14 1999 Kaveh R. Ghazi * protoize.c (safe_read, safe_write): Avoid the gcc extension of diff --git a/gcc/Makefile.in b/gcc/Makefile.in index f8c8f87cc67..ff57b99fa3b 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -40,7 +40,7 @@ SUBDIRS =@subdirs@ # Selection of languages to be made. # This is overridden by configure. CONFIG_LANGUAGES = @all_languages@ -LANGUAGES = c proto gcov$(exeext) $(CONFIG_LANGUAGES) +LANGUAGES = c gcov$(exeext) $(CONFIG_LANGUAGES) # Languages should create dependencies of $(INTL_TARGETS) on generated # sources in Make-lang.in. Example: @@ -2350,10 +2350,6 @@ mostlyclean: $(INTL_MOSTLYCLEAN) lang.mostlyclean # that don't exist in the distribution. INTL_CLEAN = intl.clean clean: mostlyclean $(INTL_CLEAN) lang.clean -# It may not be quite desirable to delete unprotoize.c here, -# but the spec for `make clean' requires it. -# Using unprotoize.c is not quite right in the first place, -# but what better way is there? -rm -f libgcc.a libgcc1.a libgcc1-asm.a libgcc2.a libgcc2.ready -rm -f libgcc1.null -rm -f *.dvi