2001-02-11 Mark Mitchell <mark@codesourcery.com>
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Feb 2001 21:23:42 +0000 (21:23 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Feb 2001 21:23:42 +0000 (21:23 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39588 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in
gcc/cp/ChangeLog
gcc/cp/Make-lang.in

index 9d5822a..4e75dd4 100644 (file)
@@ -1,3 +1,9 @@
+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>
 
        * tree.c (build1): Check for null operand in last change.
index 0786f83..6bdb735 100644 (file)
@@ -1273,11 +1273,11 @@ DRIVER_DEFINES = \
 
 gcc.o: gcc.c $(CONFIG_H) system.h intl.h multilib.h \
     Makefile $(lang_specs_files) prefix.h $(GCC_H)
-       SHLIB_LIB='$(SHLIB_LINK)' \
-       SHLIB_MULTILIB='$(SHLIB_MULTILIB)' \
+       (SHLIB_LINK='$(SHLIB_LINK)' \
+       SHLIB_MULTILIB='$(SHLIB_MULTILIB)'; \
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
   $(DRIVER_DEFINES) \
-  -c $(srcdir)/gcc.c
+  -c $(srcdir)/gcc.c)
 
 gccspec.o: gccspec.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)
 
 protoize.o: protoize.c $(srcdir)/../include/getopt.h $(CONFIG_H) system.h \
    Makefile version.h
-       SHLIB_LIB='$(SHLIB_LINK)' \
-       SHLIB_MULTILIB='$(SHLIB_MULTILIB)' \
+       (SHLIB_LINK='$(SHLIB_LINK)' \
+       SHLIB_MULTILIB='$(SHLIB_MULTILIB)'; \
        $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
          $(DRIVER_DEFINES) $(PREPROCESSOR_DEFINES) \
-         $(srcdir)/protoize.c $(OUTPUT_OPTION)
+         $(srcdir)/protoize.c $(OUTPUT_OPTION))
 
 unprotoize.o: unprotoize.c protoize.c $(srcdir)/../include/getopt.h \
    $(CONFIG_H) system.h Makefile version.h
-       SHLIB_LIB='$(SHLIB_LINK)' \
-       SHLIB_MULTILIB='$(SHLIB_MULTILIB)' \
+       (SHLIB_LINK='$(SHLIB_LINK)' \
+       SHLIB_MULTILIB='$(SHLIB_MULTILIB)'; \
        $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
          $(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.
 SYSCALLS.c.X: $(srcdir)/sys-types.h $(srcdir)/sys-protos.h $(GCC_PASSES) \
index ed27ab6..36f8718 100644 (file)
@@ -1,3 +1,7 @@
+2001-02-11  Mark Mitchell  <mark@codesourcery.com>
+
+       * Makefile.in (g++spec.o): Fix typo.
+
 2001-02-09  Jason Merrill  <jason@redhat.com>
 
        * lang-specs.h: Restore definition of __EXCEPTIONS.
index f4d5e93..de3c596 100644 (file)
@@ -61,10 +61,10 @@ C++ c++: cc1plus$(exeext)
 .PHONY: C++ c++
 
 g++spec.o: $(srcdir)/cp/g++spec.c system.h $(GCC_H) $(CONFIG_H)
-       SHLIB_LIB='$(SHLIB_LINK)' \
-       SHLIB_MULTILIB='$(SHLIB_MULTILIB)' \
+       (SHLIB_LINK='$(SHLIB_LINK)' \
+       SHLIB_MULTILIB='$(SHLIB_MULTILIB)'; \
        $(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