Commit 8c310e3f by Mark Mitchell Committed by Mark Mitchell

Makefile.in (gcc.o): Fix typos.

2001-02-11  Mark Mitchell  <mark@codesourcery.com>

	* Makefile.in (gcc.o): Fix typos.
	(protize.o): Likewise.
	(unprotoize.o): Likewise.

2001-02-11  Mark Mitchell  <mark@codesourcery.com>

	* Makefile.in (g++spec.o): Fix typo.

From-SVN: r39588
parent 258835c7
2001-02-11 Mark Mitchell <mark@codesourcery.com>
* Makefile.in (gcc.o): Fix typos.
(protize.o): Likewise.
(unprotoize.o): Likewise.
2001-02-11 Richard Henderson <rth@redhat.com> 2001-02-11 Richard Henderson <rth@redhat.com>
* tree.c (build1): Check for null operand in last change. * tree.c (build1): Check for null operand in last change.
......
...@@ -1273,11 +1273,11 @@ DRIVER_DEFINES = \ ...@@ -1273,11 +1273,11 @@ DRIVER_DEFINES = \
gcc.o: gcc.c $(CONFIG_H) system.h intl.h multilib.h \ gcc.o: gcc.c $(CONFIG_H) system.h intl.h multilib.h \
Makefile $(lang_specs_files) prefix.h $(GCC_H) Makefile $(lang_specs_files) prefix.h $(GCC_H)
SHLIB_LIB='$(SHLIB_LINK)' \ (SHLIB_LINK='$(SHLIB_LINK)' \
SHLIB_MULTILIB='$(SHLIB_MULTILIB)' \ SHLIB_MULTILIB='$(SHLIB_MULTILIB)'; \
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
$(DRIVER_DEFINES) \ $(DRIVER_DEFINES) \
-c $(srcdir)/gcc.c -c $(srcdir)/gcc.c)
gccspec.o: gccspec.c $(CONFIG_H) system.h $(GCC_H) gccspec.o: gccspec.c $(CONFIG_H) system.h $(GCC_H)
cppspec.o: cppspec.c $(CONFIG_H) system.h $(GCC_H) cppspec.o: cppspec.c $(CONFIG_H) system.h $(GCC_H)
...@@ -1978,19 +1978,19 @@ unprotoize$(exeext): unprotoize.o $(PROTO_OBJS) $(LIBDEPS) ...@@ -1978,19 +1978,19 @@ unprotoize$(exeext): unprotoize.o $(PROTO_OBJS) $(LIBDEPS)
protoize.o: protoize.c $(srcdir)/../include/getopt.h $(CONFIG_H) system.h \ protoize.o: protoize.c $(srcdir)/../include/getopt.h $(CONFIG_H) system.h \
Makefile version.h Makefile version.h
SHLIB_LIB='$(SHLIB_LINK)' \ (SHLIB_LINK='$(SHLIB_LINK)' \
SHLIB_MULTILIB='$(SHLIB_MULTILIB)' \ SHLIB_MULTILIB='$(SHLIB_MULTILIB)'; \
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
$(DRIVER_DEFINES) $(PREPROCESSOR_DEFINES) \ $(DRIVER_DEFINES) $(PREPROCESSOR_DEFINES) \
$(srcdir)/protoize.c $(OUTPUT_OPTION) $(srcdir)/protoize.c $(OUTPUT_OPTION))
unprotoize.o: unprotoize.c protoize.c $(srcdir)/../include/getopt.h \ unprotoize.o: unprotoize.c protoize.c $(srcdir)/../include/getopt.h \
$(CONFIG_H) system.h Makefile version.h $(CONFIG_H) system.h Makefile version.h
SHLIB_LIB='$(SHLIB_LINK)' \ (SHLIB_LINK='$(SHLIB_LINK)' \
SHLIB_MULTILIB='$(SHLIB_MULTILIB)' \ SHLIB_MULTILIB='$(SHLIB_MULTILIB)'; \
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
$(DRIVER_DEFINES) $(PREPROCESSOR_DEFINES) \ $(DRIVER_DEFINES) $(PREPROCESSOR_DEFINES) \
$(srcdir)/unprotoize.c $(OUTPUT_OPTION) $(srcdir)/unprotoize.c $(OUTPUT_OPTION))
# This info describes the target machine, so compile with GCC just built. # This info describes the target machine, so compile with GCC just built.
SYSCALLS.c.X: $(srcdir)/sys-types.h $(srcdir)/sys-protos.h $(GCC_PASSES) \ SYSCALLS.c.X: $(srcdir)/sys-types.h $(srcdir)/sys-protos.h $(GCC_PASSES) \
......
2001-02-11 Mark Mitchell <mark@codesourcery.com>
* Makefile.in (g++spec.o): Fix typo.
2001-02-09 Jason Merrill <jason@redhat.com> 2001-02-09 Jason Merrill <jason@redhat.com>
* lang-specs.h: Restore definition of __EXCEPTIONS. * lang-specs.h: Restore definition of __EXCEPTIONS.
......
...@@ -61,10 +61,10 @@ C++ c++: cc1plus$(exeext) ...@@ -61,10 +61,10 @@ C++ c++: cc1plus$(exeext)
.PHONY: C++ c++ .PHONY: C++ c++
g++spec.o: $(srcdir)/cp/g++spec.c system.h $(GCC_H) $(CONFIG_H) g++spec.o: $(srcdir)/cp/g++spec.c system.h $(GCC_H) $(CONFIG_H)
SHLIB_LIB='$(SHLIB_LINK)' \ (SHLIB_LINK='$(SHLIB_LINK)' \
SHLIB_MULTILIB='$(SHLIB_MULTILIB)' \ SHLIB_MULTILIB='$(SHLIB_MULTILIB)'; \
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(DRIVER_DEFINES) \ $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(DRIVER_DEFINES) \
$(INCLUDES) $(srcdir)/cp/g++spec.c $(INCLUDES) $(srcdir)/cp/g++spec.c)
$(INTL_TARGETS): $(srcdir)/cp/parse.c $(INTL_TARGETS): $(srcdir)/cp/parse.c
......
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