Adding opts.def as dep to everything which has gmqcc.h as dep

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-11-30 18:21:14 +01:00
parent 6fc00e523d
commit a9a41a786e

View file

@ -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