hbase

heirloom base
git clone git://git.2f30.org/hbase
Log | Files | Refs | README

commit 1dadd41e438d6741bf58a9247617f759a9140480
parent 336003402a05c8032419ba7d7d7e694edb523a33
Author: Daniel Bainton <dpb@driftaway.org>
Date:   Mon, 19 May 2014 22:32:09 +0300

Fix lex installation

Diffstat:
Mlex/mkfile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lex/mkfile b/lex/mkfile @@ -1,3 +1,5 @@ +<$mkbuild/mk.default + BIN = lex LIB = libl.a OBJ = main.o sub1.o sub2.o sub3.o header.o wcio.o parser.o getopt.o lsearch.o @@ -14,8 +16,6 @@ DEPS = yacc WFLAGS = -DEUC -DJLSLEX -DWOPTION EFLAGS = -DEUC -DJLSLEX -DEOPTION -<$mkbuild/mk.default - %_w.o:Q: %.c echo CC $target $CC -c $CFLAGS $CPPFLAGS $WFLAGS $prereq -o $target