From 52d5ac3fcb616d3e1979fb91c12213aa2a5bf75e Mon Sep 17 00:00:00 2001 From: shemminger Date: Tue, 5 Jul 2005 22:11:37 +0000 Subject: Fix build issues --- tc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tc') 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$@ $< -- cgit v1.2.3