From: Wolfgang Bumiller Date: Thu, 20 Dec 2012 15:28:35 +0000 (+0100) Subject: Fix object dependency: OBJ -> OBJ_D so they all depend on gmqcc.h again properly X-Git-Tag: 0.1.9~7 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=145c011247d08fff52d6adb74c6deb5d9c620e12;p=xonotic%2Fgmqcc.git Fix object dependency: OBJ -> OBJ_D so they all depend on gmqcc.h again properly --- diff --git a/Makefile b/Makefile index 38e760b..eae6f3e 100644 --- a/Makefile +++ b/Makefile @@ -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