[GRASSLIST:5320] NVIZ makefile issue

I'm using GRASS 5.7 on FreeBSD 4.x, which does not use GNU make as its primary
"make" --- GNU make is installed as "gmake"

The NVIZ makefile contains two rules that hardcode "make" instead of
using "$(MAKE)" which means that if I try to build GRASS by typing "gmake" it
fails in building nviz's html documentation and nvwish. Using $(MAKE) means
that whatever command the user uses to start the build is used throughout,
which is what I need and which is what is done elsewhere in GRASS.

The attached patch fixes it. Could someone commit this to the repository?

--
Tom Russo KM5VY SAR502 DM64ux http://www.swcp.com/~russo/
Tijeras, NM QRPL#1592 K2#398 SOC#236 AHTB#1 http://www.qsl.net/~km5vy/
"When life gives you lemons, find someone with a paper cut."

(attachments)

nviz.patch (708 Bytes)