From 178dcb13aa9a20a07466c9c041360b48089ebcbd Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Wed, 27 Jun 2012 22:04:02 +0200 Subject: [PATCH] fixing Makefile for the qcvm_execprogram.h -> execloop.h commit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 81d0e71..75d4921 100644 --- a/Makefile +++ b/Makefile @@ -45,8 +45,8 @@ test_ir: $(OBJ_I) $(OBJ) $(CC) -o $@ $^ $(CFLAGS) qcvm: $(OBJ_X) $(CC) -o $@ $^ $(CFLAGS) -exec.o: qcvm_execprogram.h -exec-standalone.o: qcvm_execprogram.h +exec.o: execloop.h +exec-standalone.o: execloop.h test: test_ast test_ir # compiler target -- 2.39.2