]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Makefile: lexer.o depends on lexer.h
authorWolfgang Bumiller <blub@speed.at>
Sat, 22 Dec 2012 19:43:59 +0000 (20:43 +0100)
committerWolfgang Bumiller <blub@speed.at>
Sat, 22 Dec 2012 19:43:59 +0000 (20:43 +0100)
Makefile

index 0d1cee7025918aca55abc5311559c46f23a88a7a..020d40b54c6438cd58ed6b4f7859bb019a18b446 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -89,6 +89,7 @@ clean:
 $(OBJ_D) $(OBJ_C) $(OBJ_X): gmqcc.h opts.def
 main.o:   lexer.h
 parser.o: ast.h lexer.h
+lexer.o:  lexer.h
 ast.o:    ast.h ir.h
 ir.o:     ir.h