From a9a41a786e500a648ee3b5f4b3c8f8890091c750 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Fri, 30 Nov 2012 18:21:14 +0100 Subject: [PATCH] Adding opts.def as dep to everything which has gmqcc.h as dep --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8433415..29d91c4 100644 --- a/Makefile +++ b/Makefile @@ -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 -- 2.39.2