comparison lib-src/Makefile.in @ 3582:eb75df1104eb

* configure.in: Test for bison. * Makefile.in (YACC): New variable. (lib-src/Makefile.in): Edit YACC into the makefile. * Makefile.in (YACC): New variable, to be set by top-level Makefile.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 04:06:57 +0000
parents 4a9182ac9d17
children b33ee3d1d18d
comparison
equal deleted inserted replaced
3581:152fd924c7bb 3582:eb75df1104eb
17 CC=cc 17 CC=cc
18 CFLAGS=-g 18 CFLAGS=-g
19 ALLOCA= 19 ALLOCA=
20 C_SWITCH_SYSTEM= 20 C_SWITCH_SYSTEM=
21 LOADLIBES= 21 LOADLIBES=
22 YACC=yacc
22 version=version-not-set 23 version=version-not-set
23 configname=configuration-name-not-set 24 configname=configuration-name-not-set
24 25
25 # ==================== Where To Install Things ==================== 26 # ==================== Where To Install Things ====================
26 27