From: Dale Weiler Date: Sun, 8 Sep 2013 17:04:07 +0000 (-0400) Subject: Fix dependincies X-Git-Tag: 0.3.5~102^2 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=9908209f5825821eb8c73ff4926bc2b504848792 Fix dependincies --- diff --git a/Makefile b/Makefile index eee0d49..a89d8c2 100644 --- a/Makefile +++ b/Makefile @@ -165,3 +165,4 @@ ftepp.o: gmqcc.h opts.def lexer.h utf8.o: gmqcc.h opts.def correct.o: gmqcc.h opts.def fold.o: ast.h ir.h gmqcc.h opts.def parser.h lexer.h +intrin.o: parser.h gmqcc.h opts.def lexer.h ast.h ir.h