I'll look again, but I recall it being ../util/ansi2nkr .
One of the earlier messages should show this - the one where I describe that
since the executable isn't there I get an null foo_.c file.
H
--
> | stenn@rackety> make -n ../util/ansi2knr
> | cd ../util && make ansi2knr
> | make[1]: Entering directory `/pogo/users/stenn/ntp/A.rackety/util'
> | source='../../util/ansi2knr.c' object='ansi2knr.o' libtool=no \
> | depfile='.deps/ansi2knr.Po' tmpdepfile='.deps/ansi2knr.TPo' \
> | depmode=none /bin/sh ../../depcomp \
> | cc -DHAVE_CONFIG_H -I. -I../../util -I.. -I../../include
> | -I../../librsaref -g -c `test -f ../../util/ansi2knr.c || echo
> | '../../util/'`../../util/ansi2knr.c
> | cc -g -o ansi2knr ansi2knr.o -lkvm
> | make[1]: Leaving directory `/pogo/users/stenn/ntp/A.rackety/util'
> | stenn@rackety>
> |
> | which is what I would epxect.
> |
> | The strange thing is that the Makefile contains:
> |
> | adjtime_.c: adjtime.c $(ANSI2KNR)
>
> What's the value of ANSI2KNR?