From: Wolfgang Bumiller <blub@speed.at>
Date: Sat, 22 Dec 2012 19:43:59 +0000 (+0100)
Subject: Makefile: lexer.o depends on lexer.h
X-Git-Tag: 0.2~12^2~1
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=aef7ff87fc55a4c22b2fe75eabd8b4f0045dbcd7;p=xonotic%2Fgmqcc.git

Makefile: lexer.o depends on lexer.h
---

diff --git a/Makefile b/Makefile
index 0d1cee7..020d40b 100644
--- 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