[DGD] Makefile change - fine tuning

Felix A. Croes felix at dworkin.nl
Wed Dec 26 00:07:27 CET 2001


Noah Lee Gibbs <angelbob at monkeyspeak.com> wrote:

>   I have bison but not Yacc installed.  I can change the line in
> src/comp/Makefile from "YACC = yacc" to "YACC = bison -o y.tab.c".  That's
> fine, but I'm curious if there's somewhere better than that to make the
> change.
>   Incidentally, the default (NetBSD) makefile works fine on my Linux
> system.  I don't have to install the Makefile.sysv file.  That works too,
> of course, if I do install it.

Changing the Makefile is the right way to do it.  Or,

    make YACC='bison -o y.tab.c'

Regards,
Dworkin
_________________________________________________________________
List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list