From d6bae5a2bfd2f4572f65384ce7deec0166ad0f78 Mon Sep 17 00:00:00 2001 From: Spoike Date: Thu, 12 Nov 2020 20:48:02 +0000 Subject: [PATCH] Fix qclib-only makefile. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5787 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/qclib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/qclib/Makefile b/engine/qclib/Makefile index f904b1fb9..13527ac54 100644 --- a/engine/qclib/Makefile +++ b/engine/qclib/Makefile @@ -1,5 +1,5 @@ COMMON_OBJS=comprout.o hash.o qcc_cmdlib.o qcd_main.o -QCC_OBJS=qccmain.o qcc_pr_comp.o qcc_pr_lex.o +QCC_OBJS=qccmain.o qcc_pr_comp.o qcc_pr_lex.o packager.o VM_OBJS=pr_exec.o pr_edict.o pr_multi.o initlib.o qcdecomp.o GTKGUI_OBJS=qcc_gtk.o qccguistuff.o WIN32GUI_OBJS=qccgui.o qccguistuff.o packager.o @@ -77,7 +77,7 @@ qcd_main.o: qcd_main.c qcc.h qccguistuff.o: qccguistuff.c qcc.h $(DO_CC) -packager.o: qccguistuff.c qcc.h +packager.o: packager.c qcc.h $(DO_CC) %.o: %.c