]> git.rm.cloudns.org Git - xonotic/gmqcc.git/commitdiff
fixing Makefile for the qcvm_execprogram.h -> execloop.h commit
authorWolfgang (Blub) Bumiller <blub@speed.at>
Wed, 27 Jun 2012 20:04:02 +0000 (22:04 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Wed, 27 Jun 2012 20:04:02 +0000 (22:04 +0200)
Makefile

index 81d0e71429317756aad47679435c83d4f55716d1..75d4921ea0c2067ed9260b06d50ff7de7c69c417 100644 (file)
--- 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