Sun make vs. texinfo/lib/Makefile

Gerald Pfeifer pfeifer@dbai.tuwien.ac.at
Wed May 6 04:20:00 GMT 1998


After using gmake for a while I wanted to exercise Sun's make
(sun-sparc-solaris2.5.1) and indeed there's a problem with texinfo:

---- error ----
Making all in lib
make: Fatal error in reader: Makefile, line 215: = missing from
replacement macro reference
Current working directory /tmp/OBJ/texinfo/lib
*** Error code 1
---- error ----

The corresponding lines in Makefile read (starting with 215):

---- Makefile ----
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
 
-include $(DEP_FILES)

mostlyclean-depend:
---- Makefile ----

Gerald
-- 
Gerald Pfeifer (Jerry)      Vienna University of Technology
pfeifer@dbai.tuwien.ac.at   http://www.dbai.tuwien.ac.at/~pfeifer/






More information about the Gcc-bugs mailing list