This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: egcs-970907 build failure in libio/


   Date: Sun, 7 Sep 1997 21:33:38 -0400
   From: "David S. Miller" <davem@jenolan.rutgers.edu>

   make[1]: *** No rule to make target `stdio.list', needed by `libiostream.a'.  Stop.
   make[1]: Leaving directory `/disk1/davem/egcs-970907/sparc-linux-gnulibc1/libraries/libio'
   make: *** [all-target-libio] Error 2

The following patch allowed the build to continue on, but I doubt it
is correct.

--- libio/Makefile.in.~1~       Sat Sep  6 03:42:48 1997
+++ libio/Makefile.in   Mon Sep  8 01:34:41 1997
@@ -85,7 +85,7 @@
        @echo "$(LIBIOSTREAM_USE)"> iostream.list
        @echo "$(STDIO_WRAP_OBJECTS)" >> iostream.list
 
-stmp-stdio:
+stmp-stdio stdio.list:
        @rootme=`pwd`/ ; export rootme; cd stdio ; \
          $(MAKE) $(FLAGS_TO_PASS) stdio.list
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]