git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4452 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-02-26 01:20:25 +00:00
parent d21d2a3c9c
commit 025c7a1006
2 changed files with 2 additions and 2 deletions

View File

@@ -18,4 +18,4 @@ CLEANFILES = lex.c parse.c parse.h
$(compile_et_OBJECTS): parse.h
compile_et_LDADD = -L../roken -lroken
compile_et_LDADD = -L../roken -lroken @LEXLIB@

View File

@@ -19,4 +19,4 @@ mk_cmds_SOURCES = make_cmds.c parse.y lex.l
$(mk_cmds_OBJECTS): parse.h
LDADD = -L../roken -lroken
LDADD = -L../roken -lroken @LEXLIB@