]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Fix object dependency: OBJ -> OBJ_D so they all depend on gmqcc.h again properly
authorWolfgang Bumiller <blub@speed.at>
Thu, 20 Dec 2012 15:28:35 +0000 (16:28 +0100)
committerWolfgang Bumiller <blub@speed.at>
Thu, 20 Dec 2012 15:28:35 +0000 (16:28 +0100)
Makefile

index 38e760b3ed3260c2ea3302fac06463ef5f13f087..eae6f3e65860d859a1f9380119835ca2625d2347 100644 (file)
--- 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