Error in Gmakefile for numonics dig driver

There seems to be an incorrect line in the Gmakefile
for the numonics digitizer driver in src/mapdev/digitizers/numonics .
In the following section:

geo.reg: $(GEO_REG) $(DRIVER_DIR)
        $(CC) $(LDFLAGS) -o geo.reg $(GEO_REG) $(LIBGEO) $(LIBTRANS) $(VECTL
IV$(VASKLIB) $(CURSES) $(MATHLIB) $(GISLIB)

the $VECTLIV$(VASKLIB) should read $(VECTLIB) $(VASKLIB)

or at least it fixed one users problem!

Mark Johnson
USACERL