]> git.cworth.org Git - ttt/commitdiff
Add a dependency of ttt-client.c on ttt-lex.h to fix the build. master
authorCarl Worth <cworth@cworth.org>
Fri, 9 Nov 2007 20:54:20 +0000 (12:54 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 9 Nov 2007 20:54:20 +0000 (12:54 -0800)
src/Makefile.am

index 41756f9a763c2ae8f1d30ea1745454d6fe1cf0ef..435e22d77e9db8e2baf7fa7db1c2525bc23dc963 100644 (file)
@@ -19,6 +19,8 @@ AM_LFLAGS = --header=ttt-lex.h -Cr
 ttt-lex.h: ttt-lex.l
        $(SHELL) $(YLWRAP) $< $@ $@ -- $(LEXCOMPILE)
 
+ttt-client.c: ttt-lex.h
+
 ttt_client_SOURCES =           \
        $(ttt_common_sources)   \
        ttt.c