diff options
author | shemminger <shemminger> | 2005-07-05 22:11:37 +0000 |
---|---|---|
committer | shemminger <shemminger> | 2005-07-05 22:11:37 +0000 |
commit | 52d5ac3fcb616d3e1979fb91c12213aa2a5bf75e (patch) | |
tree | 275dadb6ea70c7f8376649579a750edf99704ba8 /tc | |
parent | c515871c8a72950cc5ff08d250ba7209ab95b581 (diff) |
Fix build issues
Diffstat (limited to 'tc')
-rw-r--r-- | tc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tc/Makefile b/tc/Makefile index 5da97b6f..9d618ffc 100644 --- a/tc/Makefile +++ b/tc/Makefile @@ -86,4 +86,4 @@ q_atm.so: q_atm.c $(YACC) $(YACCFLAGS) -o $@ $< %.lex.c: %.l - $(LEX) $(LEXFLAGS) -o $@ $< + $(LEX) $(LEXFLAGS) -o$@ $< |