From 145c011247d08fff52d6adb74c6deb5d9c620e12 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 20 Dec 2012 16:28:35 +0100 Subject: [PATCH] Fix object dependency: OBJ -> OBJ_D so they all depend on gmqcc.h again properly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2