|
From: Leo G. <le...@ma...> - 2002-11-15 16:58:26
|
I was trying to compile C++ portion of base 1.07 and ran into the
follwoing error:
# pwd
/web-docs/base/exec/source
# make depend
make: Fatal error in reader: Makefile, line 17: Macro assignment on
dependency line
#
This is line 17, 18 and 19:
all: WHAT = all
all: $(FILES) $(MAKEFILES)
@echo -e "\nAll done\nDon't forget to \e[1mmake install\e[0m."
Did anyone else have this issue?
Thanks,
Leo.
|