Fixed link to libSDF (need librt) and lex generation.

This commit is contained in:
Guilhem Lavaux 2013-03-01 11:47:20 -05:00
parent 9e3ab3b045
commit dd5e51c09c
3 changed files with 2075 additions and 1 deletions

View file

@ -21,7 +21,7 @@ include $(treedir)/Make-common/Make.generic
%.c : %.l
# commands to execute (built-in):
-($(LEX.L) $< > y.lex.c; $(RM) $@; mv y.lex.c $@)
-($(LEX) $(LEX.L) $<; mv -f lex.yy.c $@)
# Makedepends can't pick these up...
$(objdir)/SDF-parse$(objsuf): SDF-private.h SDF-lex.c SDF-parse.c