From: Wolfgang (Blub) Bumiller Date: Fri, 30 Nov 2012 17:21:14 +0000 (+0100) Subject: Adding opts.def as dep to everything which has gmqcc.h as dep X-Git-Tag: 0.1.9~163 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a9a41a786e500a648ee3b5f4b3c8f8890091c750;p=xonotic%2Fgmqcc.git Adding opts.def as dep to everything which has gmqcc.h as dep --- diff --git a/Makefile b/Makefile index 8433415..29d91c4 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ clean: rm -f *.o gmqcc qcvm testsuite *.dat -$(OBJ) $(OBJ_C) $(OBJ_X): gmqcc.h +$(OBJ) $(OBJ_C) $(OBJ_X): gmqcc.h opts.def main.o: lexer.h parser.o: ast.h lexer.h ast.o: ast.h ir.h