From ec6de55d3cb8ace5295fb8464f218de99d3559a6 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sun, 16 Jun 2013 07:21:40 +0000 Subject: [PATCH] Update some things --- Makefile | 2 +- Makefile.bsd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ba3a049..287f3ee 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ ifneq ("$(CYGWIN)", "") QCVM = qcvm.exe GMQCC = gmqcc.exe TESTSUITE = testsuite.exe - PAK = pak.exe + PAK = gmqpak.exe else ifneq ("$(MINGW)", "") #nullify the common variables that diff --git a/Makefile.bsd b/Makefile.bsd index 970956d..ae7aecc 100644 --- a/Makefile.bsd +++ b/Makefile.bsd @@ -50,7 +50,7 @@ OBJ_X = exec-standalone.o util.o conout.o fs.o stat.o QCVM = qcvm GMQCC = gmqcc TESTSUITE = testsuite -PAK = pak +PAK = gmqpak #gource flags GOURCEFLAGS = \ -- 2.39.2