%% Dan Jacobson <[EMAIL PROTECTED]> writes:
dj> Actually, the problem is on line 73, but make says 71:
dj> $ make jidanni.html
dj> Makefile:71: *** unterminated variable reference. Stop.
https://savannah.gnu.org/bugs/?func=detailitem&item_id=15340
--
-
Just looked at the most recent CVS copy of the manual on savannah...
the technique for recursive makefiles of
ifeq (0,[EMAIL PROTECTED]@})
cur-dir := $(shell pwd)
is discussed, and passing pwd down with
${MAKE} cur-dir=${cur-dir}/$@ -C $@ all
Isn't it a better idea to just use ${CURDI
Actually, the problem is on line 73, but make says 71:
$ make jidanni.html
Makefile:71: *** unterminated variable reference. Stop.
$ nl -ba Makefile |sed 70,74!d
70 jidanni.html:~/jidanni.txt.gz
71 > $@
72 echo -e 'http://www.w3.org/TR/html4/strict.dtd";>\n\$(
74