[GRASSLIST:2616] "commands commence before first target" build error on OSX
Christopher Fonnesbeck
chris at fonnesbeck.org
Sat Feb 14 16:29:06 EST 2004
After updating from cvs (and doing make mixclean and make mix, &c.),
the following error results on OSX 10.3:
for prog in v.shape.register v.shape.unregister ; do \
GRASS_FAKE_START=1
GISBASE=/usr/local/src/grass57/dist.powerpc-apple-darwin7.2.0
LD_LIBRARY_PATH=:/usr/local/src/grass57/dist.powerpc-apple-darwin7.2.0/
lib /usr/local/src/grass57/dist.powerpc-apple-darwin7.2.0/scripts/$prog
--html-description | grep -v '</body>' > $prog.tmp ; true ; \
test ! -f $prog.html || ( cat $prog.html >> $prog.tmp ) ; \
echo "<HR>" >> $prog.tmp ; \
echo "<P><a href=index.html>Help Index</a>" >> $prog.tmp ; \
echo "</body></html>" >> $prog.tmp ; \
mkdir -p
/usr/local/src/grass57/dist.powerpc-apple-darwin7.2.0/docs/html ; \
mv $prog.tmp
/usr/local/src/grass57/dist.powerpc-apple-darwin7.2.0/docs/html/
$prog.html ; \
done
Makefile:7: *** commands commence before first target. Stop.
make: *** [default] Error 1
Am I doing something wrong?
Thanks,
C.
--
Christopher J. Fonnesbeck ( c h r i s @ f o n n e s b e c k . o r g )
Georgia Cooperative Fish & Wildlife Research Unit, University of Georgia
More information about the grass-user
mailing list