Fix object dependency: OBJ -> OBJ_D so they all depend on gmqcc.h again properly

This commit is contained in:
Wolfgang Bumiller 2012-12-20 16:28:35 +01:00
parent 915c002be4
commit 145c011247

View file

@ -84,7 +84,7 @@ clean:
rm -f *.o $(GMQCC) $(QCVM) $(TESTSUITE) *.dat
# deps
$(OBJ) $(OBJ_C) $(OBJ_X): gmqcc.h opts.def
$(OBJ_D) $(OBJ_C) $(OBJ_X): gmqcc.h opts.def
main.o: lexer.h
parser.o: ast.h lexer.h
ast.o: ast.h ir.h