]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Adding opts.def as dep to everything which has gmqcc.h as dep
authorWolfgang (Blub) Bumiller <blub@speed.at>
Fri, 30 Nov 2012 17:21:14 +0000 (18:21 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Fri, 30 Nov 2012 17:21:14 +0000 (18:21 +0100)
Makefile

index 84334157040d4bf900c8018964ac04bba6d0a62b..29d91c42ec80cefe1eb9d0ff844c4d16ea44b32d 100644 (file)
--- 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