Commit 28fe2fb7 by Manfred Hollstein Committed by Manfred Hollstein

Makefile.in (LANGUAGES): Omit "proto".


	* Makefile.in (LANGUAGES): Omit "proto".
	(clean): Remove stale comment about removing unprotoize.c.

From-SVN: r30044
parent 9c592305
1999-10-16 Manfred Hollstein <mhollstein@cygnus.com>
* Makefile.in (LANGUAGES): Omit "proto".
(clean): Remove stale comment about removing unprotoize.c.
Sat Oct 16 11:29:14 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> Sat Oct 16 11:29:14 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* protoize.c (safe_read, safe_write): Avoid the gcc extension of * protoize.c (safe_read, safe_write): Avoid the gcc extension of
......
...@@ -40,7 +40,7 @@ SUBDIRS =@subdirs@ ...@@ -40,7 +40,7 @@ SUBDIRS =@subdirs@
# Selection of languages to be made. # Selection of languages to be made.
# This is overridden by configure. # This is overridden by configure.
CONFIG_LANGUAGES = @all_languages@ 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 # Languages should create dependencies of $(INTL_TARGETS) on generated
# sources in Make-lang.in. Example: # sources in Make-lang.in. Example:
...@@ -2350,10 +2350,6 @@ mostlyclean: $(INTL_MOSTLYCLEAN) lang.mostlyclean ...@@ -2350,10 +2350,6 @@ mostlyclean: $(INTL_MOSTLYCLEAN) lang.mostlyclean
# that don't exist in the distribution. # that don't exist in the distribution.
INTL_CLEAN = intl.clean INTL_CLEAN = intl.clean
clean: mostlyclean $(INTL_CLEAN) lang.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 libgcc.a libgcc1.a libgcc1-asm.a libgcc2.a libgcc2.ready
-rm -f libgcc1.null -rm -f libgcc1.null
-rm -f *.dvi -rm -f *.dvi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment