egcs-970907 build failure in libio/
David S. Miller
davem@jenolan.rutgers.edu
Sun Sep 7 18:42:00 GMT 1997
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
More information about the Gcc-bugs
mailing list